Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -1046,7 +1046,7 @@ |
1047 | 1047 | return 'SearchPostgres'; |
1048 | 1048 | } |
1049 | 1049 | |
1050 | | - protected function streamStatementEnd( &$sql, &$newLine ) { |
| 1050 | + public function streamStatementEnd( &$sql, &$newLine ) { |
1051 | 1051 | # Allow dollar quoting for function declarations |
1052 | 1052 | if ( substr( $newLine, 0, 4 ) == '$mw$' ) { |
1053 | 1053 | if ( $this->delimiter ) { |