Re: pgsql: Refactor background psql TAP functions - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Refactor background psql TAP functions
Date
Msg-id 34800305-E1E6-4194-8738-9977946DB12A@postgresql.org
Whole thread Raw
In response to Re: pgsql: Refactor background psql TAP functions  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: pgsql: Refactor background psql TAP functions  (Damir Belyalov <dam.bel07@gmail.com>)
List pgsql-committers
> On 26 Apr 2023, at 08:28, Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote:
>
> On 07.04.23 22:21, Daniel Gustafsson wrote:
>> Refactor background psql TAP functions
>> This breaks out the background and interactive psql functionality into a
>> new class, PostgreSQL::Test::BackgroundPsql.
>
> The new file also needs to be installed in src/test/perl/{Makefile,meson.build}.

Ugh, sorry about that. Fixing.

--
Daniel Gustafsson




pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Refactor background psql TAP functions
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix missing installation rules for BackgroundPsql.pm