Index: trunk/phase3/includes/installer/PostgresUpdater.php |
— | — | @@ -685,8 +685,8 @@ |
686 | 686 | # This is create or replace, so harmless to call if not needed |
687 | 687 | $this->applyPatch( 'patch-ts2pagetitle.sql' ); |
688 | 688 | |
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 |
691 | 691 | # Gather version numbers in case we need them |
692 | 692 | if ( $this->db->getServerVersion() >= 8.3 ) { |
693 | 693 | $this->applyPatch( 'patch-tsearch2funcs.sql' ); |