Skip to content

Commit

Permalink
Stamp 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevanchalke committed Dec 14, 2022
1 parent c3667b7 commit 11f6aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expected/misc.out
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CREATE USER MAPPING FOR public SERVER hdfs_server
SELECT hdfs_fdw_version();
hdfs_fdw_version
------------------
20200
20300
(1 row)

CREATE FOREIGN TABLE dept (
Expand Down
4 changes: 2 additions & 2 deletions hdfs_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ PG_MODULE_MAGIC;

/*
* In PG 9.5.1 the number will be 90501,
* our version is 2.2.0 so number will be 20200
* our version is 2.3.0 so number will be 20300
*/
#define CODE_VERSION 20200
#define CODE_VERSION 20300

/*
* The number of rows in a foreign relation are estimated to be so less that
Expand Down

0 comments on commit 11f6aa6

Please sign in to comment.