Missing installation of Kerberos.pm and AdjustUpgrade.pm

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Missing installation of Kerberos.pm and AdjustUpgrade.pm
Date: 2024-07-09 07:46:23
Message-ID: ZozqzznkDhfCG7Ng@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
(cc-ing Tom as committer of 52585f8f072a)

As Ashutosh has mentioned here we are not installing AdjustUpgrade.pm:
http://postgresql.org/message-id/CAExHW5sja9YqZhin+UOp4DuHJwmgZc86YGDkXeEEW+HVyCvRnA@mail.gmail.com

The same thing can be said for Kerberos.pm.

Could there be an argument for updating src/test/perl/meson.build and
src/test/perl/Makefile with install and uninstall rules for both pm
files?

I cannot say much in favor of Kerberos.pm, but AdjustUpgrade.pm could
be really useful IMO when running the main regression test suite in an
out-of-core module for upgrade scenarios. Not to mention that it
includes a set of filtering regexes that are rather generic.

Comments?
--
Michael

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2024-07-09 08:00:24 Re: Built-in CTYPE provider
Previous Message Michael Paquier 2024-07-09 07:36:59 Re: Test to dump and restore objects left behind by regression