Skip to content

Commit

Permalink
Update version definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Oct 30, 2017
1 parent ae2452a commit 91319c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pg_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ void pg_query_free_plpgsql_parse_result(PgQueryPlpgsqlParseResult result);
void pg_query_free_fingerprint_result(PgQueryFingerprintResult result);

// Postgres version information
#define PG_VERSION "9.5.9"
#define PG_MAJORVERSION "9.5"
#define PG_VERSION_NUM 90509
#define PG_VERSION "10.0"
#define PG_MAJORVERSION "10"
#define PG_VERSION_NUM 100000

// Deprecated APIs below

Expand Down
2 changes: 1 addition & 1 deletion src/postgres/include/pg_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
#define PG_VERSION_NUM 100000

/* A string containing the version number, platform, and C compiler */
#define PG_VERSION_STR "PostgreSQL 10.0 on x86_64-apple-darwin16.7.0, compiled by Apple LLVM version 9.0.0 (clang-900.0.37), 64-bit"
#define PG_VERSION_STR "PostgreSQL 10.0 on x86_64-apple-darwin16.7.0, compiled by Apple LLVM version 9.0.0 (clang-900.0.38), 64-bit"

/* Define to 1 to allow profiling output to be saved separately for each
process. */
Expand Down

0 comments on commit 91319c2

Please sign in to comment.