Re: plperl tests fail with latest Perl 5.36
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-06-01T15:11:53Z
Lists: pgsql-hackers
Attachments
Tom Lane <tgl@sss.pgh.pa.us> writes: > Apparently 5.36 rejiggers warning classifications in a way that breaks > one of our test cases. Perhaps we should switch it to some other > warning-triggering condition. The simplest thing is to actually use sort in void context, i.e. removing the `my $x = ` part from the test, see the attached. Tested on 5.36.0 and 5.8.9. - ilmari
Commits
-
Fix pl/perl test case so it will still work under Perl 5.36.
- eeac7dd9ff76 13.8 landed
- eb39610f8267 15.0 landed
- d5e1d5ed90d9 10.22 landed
- d4c16184212a 9.6 (unreleased) landed
- c08538734522 12.12 landed
- b53780e1beeb 9.4 (unreleased) landed
- b5265196e558 11.17 landed
- a3b685fdd13e 9.3 (unreleased) landed
- 9fdeae84864f 9.5 (unreleased) landed
- 6f9ea6cf3338 9.2 (unreleased) landed
- 1072e4c45dc3 14.4 landed