pgsql: Fix missing installation rules for BackgroundPsql.pm - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix missing installation rules for BackgroundPsql.pm
Date
Msg-id E1prbxw-004z1t-NW@gemulon.postgresql.org
Whole thread Raw
List 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.eisentraut@enterprisedb.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(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Refactor background psql TAP functions
Next
From: Etsuro Fujita
Date:
Subject: pgsql: doc: Fix grammar.