Remove dupe implementations of begin/commit from Postgres. Also included checks for...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 6 Aug 2010 12:54:39 +0000 (12:54 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 6 Aug 2010 12:54:39 +0000 (12:54 +0000)
commitd6c112d38d86946711cb38c82ce8e4e77d151bba
treea690bbf4b293947b68037d812dd4ae716acacdf7
parentb37d412ea16d30c9ee43ffc7a8e52363253eac55
Remove dupe implementations of begin/commit from Postgres. Also included checks for $mTrxLevel on commit/rollback, based on patch on bug 24629
includes/db/Database.php
includes/db/DatabasePostgres.php