]> granicus.if.org Git - postgresql/commitdiff
Fix regression tests to match error message change
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 18 May 2010 03:35:34 +0000 (03:35 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 18 May 2010 03:35:34 +0000 (03:35 +0000)
src/pl/plperl/expected/plperl_init.out

index b335dcc6d30edfd35ff910396730669d4f3b6291..4a04dbd6f37d43fab912206c1dd23ea89d0be11d 100644 (file)
@@ -10,5 +10,5 @@ SHOW plperl.on_plperl_init;
 
 DO $$ warn 42 $$ language plperl;
 ERROR:  'system' trapped by operation mask at line 2.
-CONTEXT:  While executing plperl.on_plperl_init.
+CONTEXT:  while executing plperl.on_plperl_init
 PL/Perl anonymous code block