diff --git a/expected/select.out b/expected/select.out index 8bc9883..c6cd495 100644 --- a/expected/select.out +++ b/expected/select.out @@ -14,7 +14,7 @@ CREATE USER MAPPING FOR public SERVER mongo_server; SELECT mongo_fdw_version(); mongo_fdw_version ------------------- - 50501 + 50502 (1 row) -- Create foreign tables diff --git a/mongo_fdw.c b/mongo_fdw.c index 5e5d66b..934ad06 100644 --- a/mongo_fdw.c +++ b/mongo_fdw.c @@ -56,9 +56,9 @@ PG_MODULE_MAGIC; /* * In PG 9.5.1 the number will be 90501, - * our version is 5.5.1 so number will be 50501 + * our version is 5.5.2 so number will be 50502 */ -#define CODE_VERSION 50501 +#define CODE_VERSION 50502 /* * Macro to check unsupported sorting methods. Currently, ASC NULLS FIRST and