pgsql: Fix missing installation/uninstallation rules for BackgroundPsql - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix missing installation/uninstallation rules for BackgroundPsql
Date
Msg-id E1sOJxx-003oP4-4M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix missing installation/uninstallation rules for BackgroundPsql.pm

Commit d5fd7865 backported BackgroundPsql perl module module with
helper functions for tests running interactive or background psql
tasks to PG 12 to 15, but did not add installation/uninstallation
rules of the build system, causing problems running TAP tests for the
extensions.

Author: Pavan Deolasee <pavan.deolasee@gmail.com>
Discussion:
https://www.postgresql.org/message-id/CABOikdPmRuZrcf_gtgXmQzZ5Tbg9yUJmqXDCAZ2aW%3DWi-PbDyQ%40mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9d7506a2f7cb2b040fc78886fb2b2b6d0feb68a1

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Preserve CurrentMemoryContext across notify and sinval interrupt
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix missing installation/uninstallation rules for BackgroundPsql