apache / arrow-flight-sql-postgresql

Apache Arrow Flight SQL adapter for PostgreSQL
https://arrow.apache.org/flight-sql-postgresql/
Apache License 2.0
64 stars 9 forks source link

Don't use PostgreSQL API in gRPC threads on server process #160

Closed kou closed 8 months ago

kou commented 8 months ago

PostgreSQL API isn't thread safe. So we should not use PostgreSQL API in gRPC threads on server process.