Re: plperl tests fail with latest Perl 5.36
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-06-01T15:40:42Z
Lists: pgsql-hackers
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes: > 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. Looks reasonable to me, but I'm hardly a Perl monk. Anybody have a different opinion? regards, tom lane
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