r71427 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71426‎ | r71427 | r71428 >
Date:08:32, 22 August 2010
Author:ialex
Status:ok
Tags:
Comment:
Oops, forgot to change this in r71426
Modified paths:
  • /trunk/phase3/includes/installer/PostgresUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresUpdater.php
@@ -464,7 +464,7 @@
465465 }
466466
467467 public function addPgExtIndex( $table, $index, $type ) {
468 - if ( $this->db->indexExists( $table, $ni[1] ) ) {
 468+ if ( $this->db->indexExists( $table, $index ) ) {
469469 wfOut( "... index \"$index\" on table \"$table\" already exists\n" );
470470 } else {
471471 wfOut( "Creating index \"$index\" on table \"$table\"\n" );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71426Moved PostgreSQL schema update to PostgresUpdater:...ialex08:07, 22 August 2010

Status & tagging log