Skip to content

Commit

Permalink
Stamp 2.0.4
Browse files Browse the repository at this point in the history
Updated the README mentioning V10 and V11 support.
  • Loading branch information
UsamaEDB authored and codeforall committed Oct 29, 2018
1 parent a607792 commit 0eed188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for
[Hadoop][1] (HDFS).

Please note that this version of hdfs_fdw works with PostgreSQL and EDB
Postgres Advanced Server 9.3, 9.4, 9.5 and 9.6.
Postgres Advanced Server 9.3, 9.4, 9.5, 9.6, 10 and 11.

What Is Apache [Hadoop][1]?
--------------
Expand Down
4 changes: 2 additions & 2 deletions hdfs_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ PG_MODULE_MAGIC;

/*
* In PG 9.5.1 the number will be 90501,
* our version is 2.0.3 so number will be 20003
* our version is 2.0.4 so number will be 20004
*/
#define CODE_VERSION 20003
#define CODE_VERSION 20004

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

0 comments on commit 0eed188

Please sign in to comment.