common/jsonapi: support libpq as a client
authorPeter Eisentraut <[email protected]>
Wed, 11 Sep 2024 06:28:35 +0000 (08:28 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 11 Sep 2024 07:01:07 +0000 (09:01 +0200)
commit0785d1b8b2fa27074eeb18a3ac1f2a0e76cb8339
tree188217f29a92589fe70b6fd5be57d2c7e3c9d3eb
parent3beb945da9d72a9803180deb1752cf8feeb66883
common/jsonapi: support libpq as a client

Based on a patch by Michael Paquier.

For libpq, use PQExpBuffer instead of StringInfo. This requires us to
track allocation failures so that we can return JSON_OUT_OF_MEMORY as
needed rather than exit()ing.

Author: Jacob Champion <[email protected]>
Co-authored-by: Michael Paquier <[email protected]>
Co-authored-by: Daniel Gustafsson <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/d1b467a78e0e36ed85a09adf979d04cf124a9d4b[email protected]
src/common/Makefile
src/common/jsonapi.c
src/common/meson.build
src/include/common/jsonapi.h
src/test/modules/test_json_parser/Makefile
src/test/modules/test_json_parser/meson.build
src/test/modules/test_json_parser/t/001_test_json_parser_incremental.pl
src/test/modules/test_json_parser/t/002_inline.pl
src/test/modules/test_json_parser/t/003_test_semantic.pl