]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_pgsql] Add support for PGRES_TUPLES_CHUNK in PostgreSQL 17+
authorAron Podrigal <aronp@guaranteedplus.com>
Tue, 14 Jan 2025 22:03:49 +0000 (16:03 -0600)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2025 22:03:49 +0000 (01:03 +0300)
commit7ed261b27b84ebcd42d7635a1c27e9c72c180e01
tree75cb4e729bfe7e4ea8435aec723d27604c8f064e
parentb8a9c8be9b99638f96bb11564e9787cf82f26317
[mod_pgsql] Add support for PGRES_TUPLES_CHUNK in PostgreSQL 17+

Extend the database module to handle the PGRES_TUPLES_CHUNK case introduced in PostgreSQL 17. This ensures compatibility with the latest PostgreSQL version and prevents potential issues when processing query results.
src/mod/databases/mod_pgsql/mod_pgsql.c