pgsql: psql: Add test for query canceling

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add test for query canceling
Date: 2021-08-20 09:44:14
Message-ID: E1mH14Q-0002gh-HS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add test for query canceling

Query canceling in psql was accidentally broken by
3a5130672296ed4e682403a77a9a3ad3d21cef75 (since reverted), so having
some test coverage for that seems useful.

Reviewed-by: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Discussion: https://www.postgresql.org/message-id/18c78a01-4a34-9dd4-f78b-6860f1420c8e@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b3f471ff23a2773e6c1ee1704377581c987107d

Modified Files
--------------
src/bin/psql/t/020_cancel.pl | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-08-20 10:48:57 pgsql: Remove --quiet option from pg_amcheck
Previous Message Peter Eisentraut 2021-08-20 09:05:59 pgsql: pg_amcheck: Fix block number parsing on command line