]> granicus.if.org Git - php/commit
@- PostgreSQL now does a rollback at the end of a request on every
authorThies C. Arntzen <thies@php.net>
Tue, 13 Feb 2001 18:28:24 +0000 (18:28 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 13 Feb 2001 18:28:24 +0000 (18:28 +0000)
commitf6925611fb40499e9c357d7f6d95a7a4c1a96308
tree8fb9a50220382d1f5fc068129175c60ea6963162
parent79a38a1c3ae108b8aaeaa040bc1ad24337a396e1
@- PostgreSQL now does a rollback at the end of a request on every
@  persistent connection. This is done by doing an "empty" transaction
@  on the connection (This was advised by someone from the PostgreSQL
@  core-team). If you leave transactions open on your page you will see a
@  "NOTICE:  BEGIN: already a transaction in progress" message in your
@  apache error_log. This message is created by the PostgreSQL libs - we can
@  do nothing about it. (Thies)
ext/pgsql/pgsql.c
ext/pgsql/php_pgsql.h