EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
532 stars 163 forks source link

needs fixes for PostgreSQL 9.6 #107

Open petere opened 8 years ago

petere commented 8 years ago

This extension doesn't compile against PostgreSQL 9.6.

mysql_fdw.c:740:35: error: no member named 'reltargetlist' in 'struct RelOptInfo'; did you mean 'reltarget'?
mysql_fdw.c:752:35: error: no member named 'reltargetlist' in 'struct RelOptInfo'; did you mean 'reltarget'?
mysql_fdw.c:959:15: error: too few arguments to function call, expected 10, have 9
snaga commented 8 years ago

I have created a pull request #114 for 9.6. Please take a look.

df7cb commented 8 years ago

Thanks for the patch, I just updated the Debian package with it and got 9.6 working.

Is a new release planned to include this 9.6 fix?

ahsanhadi commented 8 years ago

On Tue, Sep 27, 2016 at 4:03 PM, Christoph Berg notifications@github.com wrote:

Thanks for the patch, I just updated the Debian package with it and got 9.6 working.

Is a new release planned to include this 9.6 fix?

Yes we need to plan a release soon which will contain 9.6 support and other fixes...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EnterpriseDB/mysql_fdw/issues/107#issuecomment-249833870, or mute the thread https://github.com/notifications/unsubscribe-auth/AHmqpFHvnODuZUDF0dY8ln2Fs5YDk5Wlks5quPfwgaJpZM4Ij4vz .

Ahsan Hadi Snr Director Product Development EnterpriseDB Corporation The Enterprise Postgres Company

Phone: +92-51-8358874 Mobile: +92-333-5162114

Website: www.enterprisedb.com EnterpriseDB Blog: http://blogs.enterprisedb.com/ Follow us on Twitter: http://www.twitter.com/enterprisedb

This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.

habibutsu commented 7 years ago

What status of this task? There are exists some plans to update package in pgxn?

df7cb commented 7 years ago

I guess this can be closed now that 2.2.0 is released.