Index: trunk/phase3/maintenance/rebuildall.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | public function execute() { |
34 | 34 | global $wgDBtype; |
35 | 35 | // Rebuild the text index |
36 | | - if ( $wgDBtype == 'mysql' ) { |
| 36 | + if ( $wgDBtype != 'postgres' ) { |
37 | 37 | $this->output( "** Rebuilding fulltext search index (if you abort this will break searching; run this script again to fix):\n" ); |
38 | 38 | $rebuildText = $this->runChild( 'RebuildTextIndex', 'rebuildtextindex.php' ); |
39 | 39 | $rebuildText->execute(); |