psql: Add test for handling of replication commands

Peter Eisentraut <peter@eisentraut.org>

Commit: 67c069848a998de1436cad2d67baedbf31c3a28c
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-10-12T13:33:36Z
Releases: 15.0
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

Files

PathChange+/−
src/bin/psql/t/001_basic.pl modified +12 −1

Discussion