Fix read/write deadlock (#164)

Close GH-163

We just need to check whether target size is 0 or greater to detect new
readable data/writable space.
1 file changed
tree: 9cd9169a5d4ff11e8a1a9a9182de8c68b93a87ee
  1. .github/
  2. benchmark/
  3. ci/
  4. dev/
  5. doc/
  6. example/
  7. package/
  8. src/
  9. test/
  10. .asf.yaml
  11. .clang-format
  12. .dockerignore
  13. .editorconfig
  14. .gitignore
  15. .pre-commit-config.yaml
  16. Brewfile
  17. CONTRIBUTING.md
  18. Gemfile
  19. helper.rb
  20. LICENSE.txt
  21. meson.build
  22. meson_options.txt
  23. NOTICE.txt
  24. Rakefile
  25. README.md
README.md

Apache Arrow Flight SQL adapter for PostgreSQL

This is a PostgreSQL extension that adds an Apache Arrow Flight SQL endpoint to PostgreSQL.

See https://arrow.apache.org/flight-sql-postgresql/ for details.

How to contribute

See CONTRIBUTING.md.

License

The Apache License 2.0. See LICENSE.txt for details.