fix ZTS build

This commit is contained in:
Anatol Belski 2014-10-31 19:53:16 +01:00
parent 29ee694341
commit 1fc80d0ca7

View File

@ -503,7 +503,7 @@ static int pgsql_handle_commit(pdo_dbh_t *dbh TSRMLS_DC)
/* When deferred constraints are used the commit could
fail, and a ROLLBACK implicitly ran. See bug #67462 */
if (!ret) {
dbh->in_txn = pgsql_handle_in_transaction(dbh);
dbh->in_txn = pgsql_handle_in_transaction(dbh TSRMLS_CC);
}
return ret;