User "Tim Starling" posted a comment on MediaWiki.r89393.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89393#c17911
Commit summary:
Apply a patch adapted from the one on Bug #16794
This patch should allow you to use the $wgSharedDB [with Postgres]
normally, as you would with mysql. Basically this patch creates a
second connection with the shared database and when a query is
made, we check on which connection we should send it.
Patch from Luca Fulchir
Comment:
Yeah, tableName() doesn't respect $quoted anymore, so tableExists() tries to
look in pg_class for a quoted identifier, and of course finds nothing.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview