Fixed E_STRICT notices in PostgresUpdater::renameIndex().
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 3 Feb 2013 06:12:06 +0000 (22:12 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 4 Feb 2013 18:36:10 +0000 (10:36 -0800)
commit3decbc36a11da22330c4db504a37d7fe53cb9a2f
treec72a1a7776ce0f92663006758df12e7eeba2e093
parenta004874bb08e72f7aa116aaa86293e3d5accb5c1
Fixed E_STRICT notices in PostgresUpdater::renameIndex().

* This function has to the match base function to avoid warnings.

Change-Id: I66fbfe6528fe4f4ff56cba62d446d9a359edc658
includes/installer/PostgresUpdater.php