pgsql: psql: Additional tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Additional tests
Date: 2022-03-01 10:33:45
Message-ID: E1nOzpB-000QQE-2Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Additional tests

Add a few TAP tests for things that happen while a user query is being
sent:

- \timing
- client encoding handling
- notifications

Discussion: https://www.postgresql.org/message-id/3199e176-424e-1bef-f180-c1548466c2da@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9028cce426ba6e08ee5ef8fcaedb2445e6c08c75

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-03-01 22:38:32 pgsql: Fix check for PGHOST[ADDR] in pg_upgrade with Windows and tempor
Previous Message Michael Paquier 2022-03-01 03:52:53 pgsql: Rework internal command generation of pg_rewind