r23809 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23808‎ | r23809 | r23810 >
Date:23:25, 6 July 2007
Author:greg
Status:old
Tags:
Comment:
Existing index should be fine for Postgres.
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser.php
@@ -164,7 +164,6 @@
165165 # Run install.php
166166 require( dirname(__FILE__) . '/install.php' );
167167
168 - # FIXME: do postgres index changes!
169168 if ($wgDBtype == 'mysql') {
170169 $wgExtNewIndexes[] = array('cu_changes',
171170 'cuc_user_time', dirname(__FILE__) . '/archives/patch-cu_changes_indexes.sql');

Status & tagging log