Skip to content

Commit

Permalink
Stamp 2.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevanchalke committed Oct 21, 2020
1 parent 3a19e56 commit 577d0a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion expected/misc.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CREATE EXTENSION hdfs_fdw;
SELECT hdfs_fdw_version();
hdfs_fdw_version
------------------
20006
20007
(1 row)

--==========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion expected/misc_1.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CREATE EXTENSION hdfs_fdw;
SELECT hdfs_fdw_version();
hdfs_fdw_version
------------------
20006
20007
(1 row)

--==========================================================================================
Expand Down
4 changes: 2 additions & 2 deletions hdfs_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ PG_MODULE_MAGIC;

/*
* In PG 9.5.1 the number will be 90501,
* our version is 2.0.6 so number will be 20006
* our version is 2.0.7 so number will be 20007
*/
#define CODE_VERSION 20006
#define CODE_VERSION 20007

PG_FUNCTION_INFO_V1(hdfs_fdw_handler);
PG_FUNCTION_INFO_V1(hdfs_fdw_version);
Expand Down

0 comments on commit 577d0a7

Please sign in to comment.