pgsql: Unbreak recovery test on Windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Unbreak recovery test on Windows
Date: 2021-03-21 15:56:45
Message-ID: E1lO0RZ-0004VS-7y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Unbreak recovery test on Windows

On Windows we need to send explicit quit messages to psql or the TAP tests
can hang.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/677271a3a125e294b33b891669f594a2c8cb36ce

Modified Files
--------------
src/test/recovery/t/022_crash_temp_files.pl | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-21 16:38:35 Re: pgsql: Unbreak recovery test on Windows
Previous Message Tom Lane 2021-03-21 15:50:49 pgsql: Suppress various new compiler warnings.