Moved PostgreSQL schema update to PostgresUpdater:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 22 Aug 2010 08:07:26 +0000 (08:07 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 22 Aug 2010 08:07:26 +0000 (08:07 +0000)
commit6a98ded353d9b053aca143666ae4ac5392a6af6a
treef083ca01edc81181ce6591274d9ea367a3a4f302
parent071a15805551d62c727a5db02bfb804e202655aa
Moved PostgreSQL schema update to PostgresUpdater:
* Still not doing sequential updates, but now this should be easier to correct
* Corrected addition of page_restrictions.pr_id field to use the correct sequence name
* Had to change DatabaseUpdater::getOldGlobalUpdates() from private to protected, since PostgreSQL has its own globals for extensions
* Moved do_all_updates() and archive() to the top of updaters.inc so that they are easier to find
includes/installer/DatabaseUpdater.php
includes/installer/PostgresUpdater.php
maintenance/updaters.inc