EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
523 stars 161 forks source link

Fix Test failure with PG10: ERROR: unrecognized node type: 217 #147 #161

Closed mochizk closed 5 years ago

mochizk commented 6 years ago

This is a patch that fix #147. The same code as PostgreSQL FDW in PG10 except PostgreSQL FDW does not have version condition(PG_VERSION_NUM >= 100000).

mithuncy commented 5 years ago

Thanks @mochizk sorry I did not see this earlier, but the fix is already committed by a7d22fa03f