[postgres] remove warnings about overly-committed transactions
This commit is contained in:
parent
8a08571325
commit
756c91cbf7
@ -131,9 +131,11 @@ try {
|
|||||||
|
|
||||||
|
|
||||||
// for databases which support transactions
|
// for databases which support transactions
|
||||||
if($database->engine->name != "sqlite") {
|
// XXX: removed since we never start a transaction, and postgres
|
||||||
$database->db->CommitTrans(true);
|
// fills the disk with warnings about that
|
||||||
}
|
//if($database->engine->name != "sqlite") {
|
||||||
|
// $database->db->CommitTrans(true);
|
||||||
|
//}
|
||||||
|
|
||||||
_end_cache();
|
_end_cache();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user