From 1fa9ad9b2746e58e08463175813234e7399cdad0 Mon Sep 17 00:00:00 2001 From: Jeevan Chalke Date: Wed, 21 Oct 2020 11:35:47 +0530 Subject: [PATCH] Stamp 2.5.5. --- 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 e8ca1ca..94d4278 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 ------------------- - 20504 + 20505 (1 row) -- Create foreign tables diff --git a/mysql_fdw.c b/mysql_fdw.c index cb9f8d1..1b83c8e 100644 --- a/mysql_fdw.c +++ b/mysql_fdw.c @@ -105,9 +105,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result)); /* * In PG 9.5.1 the number will be 90501, - * our version is 2.5.4 so number will be 20504 + * our version is 2.5.5 so number will be 20505 */ -#define CODE_VERSION 20504 +#define CODE_VERSION 20505 typedef struct MySQLFdwRelationInfo {