apache / arrow-flight-sql-postgresql

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

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

Closed kou closed 10 months ago

kou commented 10 months ago

Closes GH-160

We must use the main thread to run PostgreSQL API because PostgreSQL API isn't thread safe.

kou commented 10 months ago

+1