This patch allows use of tds_fdw with PG12.
This implies #211 observations :
ArrayRef was changed to SubscriptingRef
ExecStoreTuple was split into two functions due to Pluggable storage engine
Includes layout have changed
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.
This patch allows use of tds_fdw with PG12. This implies #211 observations :
ArrayRef
was changed toSubscriptingRef
ExecStoreTuple
was split into two functions due to Pluggable storage engineThis 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.