tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
381 stars 102 forks source link

Add PostgreSQL 12 support w/ new types+ExecTuple func #213

Closed jcarnu closed 5 years ago

jcarnu commented 5 years ago

This patch allows use of tds_fdw with PG12. This implies #211 observations :

This patch was tested against PG 12 RC1 on a centos/7 with pgdg source. It may also still work on older version of PG as all changes were protected by preoprocessor instructions.