Skip to content

Commit

Permalink
Stamp 2.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevanchalke committed Jul 11, 2024
1 parent 41b3e87 commit c18ae43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion expected/select.out
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
SELECT mysql_fdw_version();
mysql_fdw_version
-------------------
20901
20902
(1 row)

-- Create foreign tables
Expand Down
2 changes: 1 addition & 1 deletion expected/select_1.out
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
SELECT mysql_fdw_version();
mysql_fdw_version
-------------------
20901
20902
(1 row)

-- Create foreign tables
Expand Down
4 changes: 2 additions & 2 deletions mysql_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));

/*
* In PG 9.5.1 the number will be 90501,
* our version is 2.9.1 so number will be 20901
* our version is 2.9.2 so number will be 20902
*/
#define CODE_VERSION 20901
#define CODE_VERSION 20902

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

0 comments on commit c18ae43

Please sign in to comment.