Reverted r89393. A single Database object certainly should not be attempting to manag...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 10 Jun 2011 07:36:22 +0000 (07:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 10 Jun 2011 07:36:22 +0000 (07:36 +0000)
commit150bfa181eabc31c93da7c926fe2acb13ffb7b94
treed98ddea40bf601cc3a82ba2a285db8dc8bb7186e
parent0a12727c8c82b23d0f703128d08fca1f11cf4813
Reverted r89393. A single Database object certainly should not be attempting to manage multiple database connections, that is the job of LBFactory/LoadBalancer. I would like to see $wgSharedDB managed by LBFactory instead, for all DBMSes. Then the cruft in Database::tableName() can be removed.

r89393 caused tableExists() etc. to be completely broken, so PostgreSQL upgrade was broken too, see CR.
CREDITS
includes/db/DatabasePostgres.php