diff --git a/expected/select.out b/expected/select.out index 16eb295..f115822 100644 --- a/expected/select.out +++ b/expected/select.out @@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr SELECT mysql_fdw_version(); mysql_fdw_version ------------------- - 20601 + 20700 (1 row) -- Create foreign tables diff --git a/mysql_fdw.c b/mysql_fdw.c index a90de78..9e6ca9f 100644 --- a/mysql_fdw.c +++ b/mysql_fdw.c @@ -113,9 +113,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result)); /* * In PG 9.5.1 the number will be 90501, - * our version is 2.6.1 so number will be 20601 + * our version is 2.7.0 so number will be 20700 */ -#define CODE_VERSION 20601 +#define CODE_VERSION 20700 /* * Indexes of FDW-private information stored in fdw_private lists.