pgsql: Fix missing installation rules for BackgroundPsql.pm

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing installation rules for BackgroundPsql.pm
Date: 2023-04-26 10:01:37
Message-ID: E1prbxw-004z1t-NW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing installation rules for BackgroundPsql.pm

Commit 664d75753 added the BackgroundPsql module with helper functions
for tests running interactive or background psql tasks. The new module
was however not added to the install rules of the build systems.

Reported-by: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/c0ba3008-dbc8-e53f-29f2-2e9abe72b2a2@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a4c17c86176cfa712f541b81b2a026ae054b275e

Modified Files
--------------
src/test/perl/Makefile | 1 +
src/test/perl/meson.build | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2023-04-26 11:23:17 pgsql: doc: Fix grammar.
Previous Message Daniel Gustafsson 2023-04-26 08:05:37 Re: pgsql: Refactor background psql TAP functions