[phpstorm-stubs] update pgsql constants values

This commit is contained in:
Ivan Fedorov 2024-02-13 23:19:55 +01:00 committed by Ivan Fedorov
parent be32b6125b
commit 30b3723aa6
1 changed files with 2 additions and 2 deletions

View File

@ -2097,8 +2097,8 @@ function pg_exit_pipeline_mode(PgSql\Connection $connection): bool {}
*/
function pg_enter_pipeline_mode(PgSql\Connection $connection): bool {}
define('PGSQL_LIBPQ_VERSION', "16.1");
define('PGSQL_LIBPQ_VERSION_STR', "16.1");
define('PGSQL_LIBPQ_VERSION', "16.2");
define('PGSQL_LIBPQ_VERSION_STR', "16.2");
/**
* Passed to <b>pg_connect</b> to force the creation of a new connection,