pgsql: Ensure all perl test modules are installed

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ensure all perl test modules are installed
Date: 2022-10-11 07:57:25
Message-ID: E1oiA8i-001rpn-P6@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure all perl test modules are installed

PostgreSQL::Test::Cluster and ::Utils were not being installed. This is
very hard to notice, as it only seems to affect external modules that
want to run tests from 15 back in earlier versions. Oversight in
b235d41d9646.

This applies only to branches 14 and back, because 15 had already been
made correct in commit b3b4d8e68ae8.

Discussion: https://postgr.es/m/20221010093415.poplkyn7pjeiv2y7@alvherre.pgsql

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/33d979aeecfbf0bfe3c93eb0ffecab870e909192

Modified Files
--------------
src/test/perl/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-10-11 17:08:43 pgsql: C comment: explain procArray->pgprocnos[]
Previous Message Amit Kapila 2022-10-11 05:21:14 pgsql: Add a common function to generate the origin name.