We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da2699 commit d9860baCopy full SHA for d9860ba
expected/select.out
@@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
15
SELECT mysql_fdw_version();
16
mysql_fdw_version
17
-------------------
18
- 20700
+ 20800
19
(1 row)
20
21
-- Create foreign tables
mysql_fdw.c
@@ -115,9 +115,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
115
116
/*
117
* In PG 9.5.1 the number will be 90501,
118
- * our version is 2.7.0 so number will be 20700
+ * our version is 2.8.0 so number will be 20800
119
*/
120
-#define CODE_VERSION 20700
+#define CODE_VERSION 20800
121
122
123
* The number of rows in a foreign relation are estimated to be so less that
0 commit comments