This commit is contained in:
Sterling Hughes 2001-05-28 03:30:11 +00:00
parent 6686f83799
commit 687a1c1abe

View File

@ -175,9 +175,10 @@ static int _rollback_transactions(zend_rsrc_list_entry *rsrc)
PGconn *link;
PGLS_FETCH();
if (rsrc->type != le_plink) return 0;
if (rsrc->type != le_plink)
return 0;
link = (PGconn *)rsrc->ptr;
link = (PGconn *) rsrc->ptr;
PGG(ignore_notices) = 1;
PQexec(link,"BEGIN;ROLLBACK;");