EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
521 stars 160 forks source link

PostgreSQL 17 support #307

Open devrimgunduz opened 1 month ago

devrimgunduz commented 1 month ago

Hi,

PostgreSQL 17 Beta1 is out, so this is the placeholder ticket for v17 support.

Regards, Devrim

surajkharage19 commented 1 month ago

Thanks, Devrim, We have already started working on the same.

surajkharage19 commented 2 weeks ago

Hi @devrimgunduz,

We have committed the v17 changes under commit 981970c2bde28092a6841fd2b59ab6d515e293b9. Please check if you can compile the v17 sources against mysql_fdw.

devrimgunduz commented 2 weeks ago

Patch does not apply to the latest tarball, so it will be a mess for me to test the patch. Did it pass CI tests?

surajkharage19 commented 2 weeks ago

Hi @devrimgunduz,

Sorry, but I am not able to understand your previous reply. Are you applying the patch on a tarball that is not built using the latest commit? What is the last commit on which tarball is generated? The patch for v17 support is already committed, so if you are using the latest sources then you don't need to apply the patch. Am I missing something here?