pgsql: psql: Add test for handling of replication commands

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add test for handling of replication commands
Date: 2021-10-12 13:40:23
Message-ID: E1maI11-00026N-Eb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add test for handling of replication commands

Add a test for the clean handling of unsupported replication command
responses. This was once accidentally broken, and it seems unusual
enough that it's easy to forget when testing manually.

Discussion: https://www.postgresql.org/message-id/2570e2ae-fa0f-aac9-f72f-bb59a9983a20@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/67c069848a998de1436cad2d67baedbf31c3a28c

Modified Files
--------------
src/bin/psql/t/001_basic.pl | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-10-12 16:23:35 pgsql: psql: Fix test
Previous Message Peter Eisentraut 2021-10-12 08:11:47 pgsql: psql: More tests