Add a script to parse backtrace output (#176)

Closes GH-175
1 file changed
tree: 47c6e5a7c53fa0be6e14cb1b60c98b1f69ad7e94
  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.