pramsey / pgsql-ogr-fdw

PostgreSQL foreign data wrapper for OGR
MIT License
237 stars 34 forks source link

Make sure parameters passed through fdw_private are all Value nodes #185

Closed pramsey closed 4 years ago

pramsey commented 4 years ago

Make sure parameters passed through fdw_private are all Value nodes not just bare pointers, so that plan copies can copy them too. References #184.