From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix missing installation/uninstallation rules for BackgroundPsql |
Date: | 2024-07-01 16:33:22 |
Message-ID: | E1sOJxx-003oP8-6C@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)deolasee(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CABOikdPmRuZrcf_gtgXmQzZ5Tbg9yUJmqXDCAZ2aW%3DWi-PbDyQ%40mail.gmail.com
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0d80e59a1b2cd546daed3c5133fa2db140c8ca6c
Modified Files
--------------
src/test/perl/Makefile | 2 ++
1 file changed, 2 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2024-07-01 16:49:44 | pgsql: Remove redundant privilege check from pg_sequences system view. |
Previous Message | Heikki Linnakangas | 2024-07-01 16:33:21 | pgsql: Fix missing installation/uninstallation rules for BackgroundPsql |