Skip to content

Commit 4aca57f

Browse files
committed
Stamp 2.9.3.
1 parent 65a9a4a commit 4aca57f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

expected/select.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
1515
SELECT mysql_fdw_version();
1616
mysql_fdw_version
1717
-------------------
18-
20902
18+
20903
1919
(1 row)
2020

2121
-- Create foreign tables

expected/select_1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
1515
SELECT mysql_fdw_version();
1616
mysql_fdw_version
1717
-------------------
18-
20902
18+
20903
1919
(1 row)
2020

2121
-- Create foreign tables

mysql_fdw.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
119119

120120
/*
121121
* In PG 9.5.1 the number will be 90501,
122-
* our version is 2.9.2 so number will be 20902
122+
* our version is 2.9.3 so number will be 20903
123123
*/
124-
#define CODE_VERSION 20902
124+
#define CODE_VERSION 20903
125125

126126
/*
127127
* The number of rows in a foreign relation are estimated to be so less that

0 commit comments

Comments
 (0)