Skip to content

Commit 56fb910

Browse files
committed
Fix the 1st parameter type casing of pg_set_chunked_rows_size()
1 parent b89d7ff commit 56fb910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/pgsql/pgsql.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ function pg_put_copy_end(PgSql\Connection $connection, ?string $error = null): i
968968
function pg_socket_poll($socket, int $read, int $write, int $timeout = -1): int {}
969969

970970
#ifdef HAVE_PG_SET_CHUNKED_ROWS_SIZE
971-
function pg_set_chunked_rows_size(Pgsql\Connection $connection, int $size): bool {}
971+
function pg_set_chunked_rows_size(PgSql\Connection $connection, int $size): bool {}
972972
#endif
973973
}
974974

ext/pgsql/pgsql_arginfo.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)