Skip to content

Commit

Permalink
Stamp 5.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevanchalke committed Jul 11, 2024
1 parent 5396a8b commit 1236440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expected/select.out
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mongo_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1236440

Please sign in to comment.