Skip to content

Commit c467779

Browse files
committed
Stamp 2.6.1.
1 parent dc34c2d commit c467779

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-
20600
18+
20601
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
@@ -112,9 +112,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
112112

113113
/*
114114
* In PG 9.5.1 the number will be 90501,
115-
* our version is 2.6.0 so number will be 20600
115+
* our version is 2.6.1 so number will be 20601
116116
*/
117-
#define CODE_VERSION 20600
117+
#define CODE_VERSION 20601
118118

119119
/*
120120
* Indexes of FDW-private information stored in fdw_private lists.

0 commit comments

Comments
 (0)