r84493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84492‎ | r84493 | r84494 >
Date:21:59, 21 March 2011
Author:greg
Status:ok
Tags:
Comment:
template1 is a poor choice: use the standard 'postgres' database instead.
Especially as the installer currently is modifying this database! (a separate bug...)
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -109,7 +109,7 @@
110110 $this->getVar( 'wgDBserver' ),
111111 $this->getVar( '_InstallUser' ),
112112 $this->getVar( '_InstallPassword' ),
113 - 'template1' );
 113+ 'postgres' );
114114 } else {
115115 $db = new DatabasePostgres(
116116 $this->getVar( 'wgDBserver' ),

Status & tagging log