File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
1515SELECT mysql_fdw_version();
1616 mysql_fdw_version
1717-------------------
18- 20901
18+ 20902
1919(1 row)
2020
2121-- Create foreign tables
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
1515SELECT mysql_fdw_version();
1616 mysql_fdw_version
1717-------------------
18- 20901
18+ 20902
1919(1 row)
2020
2121-- Create foreign tables
Original file line number Diff line number Diff 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.9.1 so number will be 20901
118+ * our version is 2.9.2 so number will be 20902
119119 */
120- #define CODE_VERSION 20901
120+ #define CODE_VERSION 20902
121121
122122/*
123123 * The number of rows in a foreign relation are estimated to be so less that
You can’t perform that action at this time.
0 commit comments