mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
#damn
This commit is contained in:
parent
dbc6519b1a
commit
b156ac9703
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ static int _rollback_transactions(zend_rsrc_list_entry *rsrc TSRMLS_DC)
|
|||
PQclear(res);
|
||||
}
|
||||
#if HAVE_PGTRANSACTIONSTATUS && HAVE_PQPROTOCOLVERSION
|
||||
if ((PQprotocolVersion(link) >= 3 && PQtransactionStatus(link) != PQTRANS_IDLE) || (PQprotocolVersion(link) < 3)
|
||||
if ((PQprotocolVersion(link) >= 3 && PQtransactionStatus(link) != PQTRANS_IDLE) || PQprotocolVersion(link) < 3)
|
||||
#endif
|
||||
{
|
||||
orig = PGG(ignore_notices);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue