From 074a7001c68c0236f2f24716ed1f936e75508187 Mon Sep 17 00:00:00 2001 From: OverlordQ Date: Thu, 12 Jan 2012 23:22:09 +0000 Subject: [PATCH] Followup to r108744 --- includes/db/DatabasePostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 38950c3961..2f0cdb4f0f 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -1046,7 +1046,7 @@ SQL; return 'SearchPostgres'; } - protected function streamStatementEnd( &$sql, &$newLine ) { + public function streamStatementEnd( &$sql, &$newLine ) { # Allow dollar quoting for function declarations if ( substr( $newLine, 0, 4 ) == '$mw$' ) { if ( $this->delimiter ) { -- 2.20.1