From e88f12a541143c4126d519ae2d10e6279fbb36af Mon Sep 17 00:00:00 2001 From: Jeevan Chalke Date: Mon, 3 May 2021 11:01:29 +0530 Subject: [PATCH] Stamp 2.6.0. --- expected/select.out | 2 +- mysql_fdw.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/expected/select.out b/expected/select.out index bcc9706..8146063 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 ------------------- - 20505 + 20600 (1 row) -- Create foreign tables diff --git a/mysql_fdw.c b/mysql_fdw.c index 0626915..36b1ec7 100644 --- a/mysql_fdw.c +++ b/mysql_fdw.c @@ -109,9 +109,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result)); /* * In PG 9.5.1 the number will be 90501, - * our version is 2.5.5 so number will be 20505 + * our version is 2.6.0 so number will be 20600 */ -#define CODE_VERSION 20505 +#define CODE_VERSION 20600 /* * Indexes of FDW-private information stored in fdw_private lists.