postgresql/src/pl/plperl/expected
Tom Lane b5265196e5 Fix pl/perl test case so it will still work under Perl 5.36.
Perl 5.36 has reclassified the warning condition that this test
case used, so that the expected error fails to appear.  Tweak
the test so it instead exercises a case that's handled the same
way in all Perl versions of interest.

This appears to meet our standards for back-patching into
out-of-support branches: it changes no user-visible behavior
but enables testing of old branches with newer tools.
Hence, back-patch as far as 9.2.

Dagfinn Ilmari Mannsåker, per report from Jitka Plesníková.

Discussion: https://postgr.es/m/564579.1654093326@sss.pgh.pa.us
2022-06-01 16:15:47 -04:00
..
plperl.out Fix pl/perl test case so it will still work under Perl 5.36. 2022-06-01 16:15:47 -04:00
plperl_array.out Improve error messages for malformed array input strings. 2014-12-02 18:23:27 -05:00
plperl_call.out Support INOUT arguments in procedures 2018-03-14 12:07:28 -04:00
plperl_elog.out Fix plperl to handle non-ASCII error message texts correctly. 2015-09-29 10:52:22 -04:00
plperl_elog_1.out Fix plperl to handle non-ASCII error message texts correctly. 2015-09-29 10:52:22 -04:00
plperl_init.out Add semicolons to eval'd strings to hide a minor Perl behavioral change. 2013-06-03 14:19:26 -04:00
plperl_lc.out Remove recently added PL/Perl encoding tests 2012-07-17 13:26:25 -04:00
plperl_lc_1.out Remove recently added PL/Perl encoding tests 2012-07-17 13:26:25 -04:00
plperl_plperlu.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
plperl_shared.out Remember the source GucContext for each GUC parameter. 2011-10-04 16:13:50 -04:00
plperl_transaction.out Allow committing inside cursor loop 2018-03-28 19:03:26 -04:00
plperl_trigger.out Follow-on cleanup for the transition table patch. 2017-04-04 18:36:39 -05:00
plperl_util.out Support domains over composite types in PL/Perl. 2017-10-28 14:02:21 -04:00
plperlu.out Rearrange the handling of error context reports. 2015-09-05 11:58:33 -04:00