Remove exception and drop cloned tables in PostgresSQL too
authoryoonghm <yoonghm@gmail.com>
Sun, 27 Sep 2015 03:02:10 +0000 (11:02 +0800)
committerFederico Leva <federicoleva@tiscali.it>
Tue, 13 Jun 2017 17:31:06 +0000 (19:31 +0200)
commitb620b4a2542a148166e6ca6da9da4027face1b95
tree13ea315d0e106de87c26af702e66980fc5196b0f
parenta3f66f4966c3c2be6e795d689f99bad5d16c8135
Remove exception and drop cloned tables in PostgresSQL too

In PostgresSQL
a) Temp tables are automatically deleted upon end of session
b) Same temp table name hides existing table for current session

It is not necessary to consider 'postgres' during dropping of table.
I guess similar logic for Oracle but I could not verify.
It seems that no one use Oracle for MediaWiki.

Bug: T113445
Change-Id: I37b5483a6e9abe5cda0d4dfc103c287641f277a7
includes/db/CloneDatabase.php