mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix regression tests to match error message change
This commit is contained in:
@ -10,5 +10,5 @@ SHOW plperl.on_plperl_init;
|
|||||||
|
|
||||||
DO $$ warn 42 $$ language plperl;
|
DO $$ warn 42 $$ language plperl;
|
||||||
ERROR: 'system' trapped by operation mask at line 2.
|
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
|
PL/Perl anonymous code block
|
||||||
|
Reference in New Issue
Block a user