Skip to content

Commit d9860ba

Browse files
committed
Stamp 2.8.0.
1 parent 7da2699 commit d9860ba

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-
20700
18+
20800
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
@@ -115,9 +115,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
115115

116116
/*
117117
* In PG 9.5.1 the number will be 90501,
118-
* our version is 2.7.0 so number will be 20700
118+
* our version is 2.8.0 so number will be 20800
119119
*/
120-
#define CODE_VERSION 20700
120+
#define CODE_VERSION 20800
121121

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

0 commit comments

Comments
 (0)