Skip to content

Commit

Permalink
Fix the 1st parameter type casing of pg_set_chunked_rows_size()
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Nov 26, 2024
1 parent b89d7ff commit 56fb910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/pgsql/pgsql.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ function pg_put_copy_end(PgSql\Connection $connection, ?string $error = null): i
function pg_socket_poll($socket, int $read, int $write, int $timeout = -1): int {}

#ifdef HAVE_PG_SET_CHUNKED_ROWS_SIZE
function pg_set_chunked_rows_size(Pgsql\Connection $connection, int $size): bool {}
function pg_set_chunked_rows_size(PgSql\Connection $connection, int $size): bool {}
#endif
}

Expand Down
4 changes: 2 additions & 2 deletions ext/pgsql/pgsql_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56fb910

Please sign in to comment.