]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix PostgreSQL::Test aliasing for Perl v5.10.1.
authorNoah Misch <noah@leadboat.com>
Sat, 25 Jun 2022 21:15:56 +0000 (14:15 -0700)
committerNoah Misch <noah@leadboat.com>
Sat, 25 Jun 2022 21:16:00 +0000 (14:16 -0700)
commitca590a4e958f508a769aced1cb234db7e24a4d4a
tree8198f7b125bf06104b557237d243a2982f84b2ee
parent88b39e61486a8925a3861d50c306a51eaa1af8d6
Fix PostgreSQL::Test aliasing for Perl v5.10.1.

This Perl segfaults if a declaration of the to-be-aliased package
precedes the aliasing itself.  Per buildfarm members lapwing and wrasse.
Like commit 20911775de4ab7ac3ecc68bd714cb3ed0fd68b6a, back-patch to v10
(all supported versions).

Discussion: https://postgr.es/m/20220625171533.GA2012493@rfd.leadboat.com
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/PostgreSQL/Test/Utils.pm