diff options
author | Andrew Dunstan | 2010-05-18 03:35:34 +0000 |
---|---|---|
committer | Andrew Dunstan | 2010-05-18 03:35:34 +0000 |
commit | 2627d5bd0dfeab3c773d9458e7fe4b264bf98009 (patch) | |
tree | 8951ab415078edd2e6271906e9ba6fec333a3e50 | |
parent | 37953b2d202d878b235df886875aa51bb299ce17 (diff) |
Fix regression tests to match error message change
-rw-r--r-- | src/pl/plperl/expected/plperl_init.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plperl/expected/plperl_init.out b/src/pl/plperl/expected/plperl_init.out index b335dcc6d3..4a04dbd6f3 100644 --- a/src/pl/plperl/expected/plperl_init.out +++ b/src/pl/plperl/expected/plperl_init.out @@ -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 |