Fix pl/perl test case so it will still work under Perl 5.36.
authorTom Lane <[email protected]>
Wed, 1 Jun 2022 20:15:47 +0000 (16:15 -0400)
committerTom Lane <[email protected]>
Wed, 1 Jun 2022 20:15:47 +0000 (16:15 -0400)
commitb53780e1beebf496f2ee4f8b4ad2b51ac85efbcc
tree1a39518e70b26f82e459e5b921d0352dc699ce67
parentc76164ea02aa3aebeff59d7d633a6107cb753772
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
src/pl/plperl/expected/plperl.out
src/pl/plperl/sql/plperl.sql