[php-src] master: ext/pgsql: Remove unused HAVE_DECL_PGRES_TUPLES_CHUNK (#22456)
Peter Kokot via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Peter Kokot (petk)
Committer: GitHub (web-flow)
Pusher: petk
Date: 2026-06-26T17:55:20+02:00
Commit: https://github.com/php/php-src/commit/ecb2c73cb8632248b6e3948d28f3e4a3e712ddef
Raw diff: https://github.com/php/php-src/commit/ecb2c73cb8632248b6e3948d28f3e4a3e712ddef.diff
ext/pgsql: Remove unused HAVE_DECL_PGRES_TUPLES_CHUNK (#22456)
Changed paths:
M ext/pgsql/config.m4
Diff:
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index 1409f879b52c..63e996fe06da 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -38,7 +38,7 @@ if test "$PHP_PGSQL" != "no"; then
old_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS $PGSQL_CFLAGS"
- AC_CHECK_DECLS([PGRES_TUPLES_CHUNK],
+ AC_CHECK_DECL([PGRES_TUPLES_CHUNK],
PHP_CHECK_LIBRARY([pq], [PQsetChunkedRowsMode],
[AC_DEFINE([HAVE_PG_SET_CHUNKED_ROWS_SIZE], [1],
[Define to 1 if libpq has the 'PQsetChunkedRowsMode' function (PostgreSQL