For PostgreSQL::Test compatibility, alias entire package symbol tables. Remove the need to edit back-branch-specific code sites when back-patching the addition of a PostgreSQL::Test::Utils symbol. Replace per-symbol, incomplete alias lists. Give old and new package names the same EXPORT and EXPORT_OK semantics. Back-patch to v10 (all supported versions).
Reviewed by Andrew Dunstan. Discussion: https://postgr.es/m/[email protected] Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/20911775de4ab7ac3ecc68bd714cb3ed0fd68b6a Modified Files -------------- src/test/perl/PostgreSQL/Test/Cluster.pm | 9 ++++--- src/test/perl/PostgreSQL/Test/Utils.pm | 40 +++--------------------------- src/test/perl/PostgresNode.pm | 25 +++++++++---------- src/test/perl/TestLib.pm | 42 -------------------------------- 4 files changed, 21 insertions(+), 95 deletions(-)
