diff --git a/expected/select.out b/expected/select.out index cd6b10f..98a9224 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 ------------------- - 20600 + 20601 (1 row) -- Create foreign tables diff --git a/mysql_fdw.c b/mysql_fdw.c index 39e59cf..5a22630 100644 --- a/mysql_fdw.c +++ b/mysql_fdw.c @@ -112,9 +112,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result)); /* * In PG 9.5.1 the number will be 90501, - * our version is 2.6.0 so number will be 20600 + * our version is 2.6.1 so number will be 20601 */ -#define CODE_VERSION 20600 +#define CODE_VERSION 20601 /* * Indexes of FDW-private information stored in fdw_private lists.