Fix PostgreSQL::Test aliasing for Perl v5.10.1.

Noah Misch <noah@leadboat.com>

Commit: 4b0d21b06c6b0f3b0fec0d069759f4b82913e452
Author: Noah Misch <noah@leadboat.com>
Date: 2022-06-25T21:15:56Z
Releases: 14.5
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

Files

Discussion