pramsey / pgsql-ogr-fdw

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

Remove AUTHOID syscache access from _PG_init(). #156

Closed mccuskk closed 6 years ago

mccuskk commented 6 years ago

This causes problems for parallel workers. See BUG #15350 Getting invalid cache ID: 11 Errors

Also cleaned up indentation in ogrDeparseNullTest to remove warning.

pramsey commented 6 years ago

Thanks, looks good.