EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Fix build for PostgreSQL 11 #112

Closed sheim-dev closed 5 years ago

sheim-dev commented 5 years ago

This includes the required fixes to build mongo_fdw against PG11. All changes are backwards compatible, I verified mongo_fdw can still be built against PG 10, 9.6, 9.5 and 9.4 including the changes from this PR. Building against 9.3 seems to be broken without these changes already.

sheim-dev commented 5 years ago

This PR has been superseeded with commits 32358928345c9a9e6be957b0fbbe36d22a03c851 and 83b7134e038dd35309b5109bcbbbe2069e8f4623. Closing PR.