Skip to content

Commit e88f12a

Browse files
committed
Stamp 2.6.0.
1 parent 14c602c commit e88f12a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
20505
18+
20600
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
@@ -109,9 +109,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
109109

110110
/*
111111
* In PG 9.5.1 the number will be 90501,
112-
* our version is 2.5.5 so number will be 20505
112+
* our version is 2.6.0 so number will be 20600
113113
*/
114-
#define CODE_VERSION 20505
114+
#define CODE_VERSION 20600
115115

116116
/*
117117
* Indexes of FDW-private information stored in fdw_private lists.

0 commit comments

Comments
 (0)