Skip to content

Commit

Permalink
Stamp 2.5.0
Browse files Browse the repository at this point in the history
Updated the README with release notes.
  • Loading branch information
mithuncy committed Oct 17, 2018
1 parent fae6798 commit a4b8821
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MySQL Foreign Data Wrapper for PostgreSQL
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for
[MySQL][1].

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

1. Installation
---------------
Expand Down Expand Up @@ -163,6 +163,16 @@ If you require commercial support, please contact the EnterpriseDB sales team, o
Changelog
---------
Version 2.5.0
-------------
The following features are added as part of this mysql_fdw release :
1) Support for PostgreSQL 11
2) Support for MySQL 8.0
Version 2.4.0
-------------
The following features are added as part of this mysql_fdw release :
Expand Down
4 changes: 2 additions & 2 deletions mysql_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@

/*
* In PG 9.5.1 the number will be 90501,
* our version is 2.4.0 so number will be 20400
* our version is 2.5.0 so number will be 20500
*/
#define CODE_VERSION 20400
#define CODE_VERSION 20500

PG_MODULE_MAGIC;

Expand Down

0 comments on commit a4b8821

Please sign in to comment.