r78374 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78373‎ | r78374 | r78375 >
Date:12:47, 14 December 2010
Author:demon
Status:ok
Tags:
Comment:
rm double comment
Modified paths:
  • /trunk/phase3/includes/installer/PostgresUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresUpdater.php
@@ -685,8 +685,8 @@
686686 # This is create or replace, so harmless to call if not needed
687687 $this->applyPatch( 'patch-ts2pagetitle.sql' );
688688
689 - # # If the server is 8.3 or higher, rewrite the tsearch2 triggers
690 - # # in case they have the old 'default' versions
 689+ # If the server is 8.3 or higher, rewrite the tsearch2 triggers
 690+ # in case they have the old 'default' versions
691691 # Gather version numbers in case we need them
692692 if ( $this->db->getServerVersion() >= 8.3 ) {
693693 $this->applyPatch( 'patch-tsearch2funcs.sql' );

Status & tagging log