credativ / informix_fdw

Foreign Data Wrapper for Informix Databases
Other
28 stars 5 forks source link

Support PostgreSQL 9.6 #17

Closed mc-soi closed 7 years ago

mc-soi commented 7 years ago

In order to compile with PostgreSQL 9.6, I had to make the same change as shown in this diff for www_fdw: https://github.com/robe2/www_fdw/commit/91db3fb1f8f178f476ee2508b890ea8f3812cbcb#diff-c253b5a69422b106657b1e306862c098R631

After compiling and installing, I found that it worked fine for SELECTs. I have not tested more than that.

psoo commented 7 years ago

I've just pushed REL0_4_0 with various fixes and support for PostgreSQL 9.6.