pgsql: psql: Additional tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Additional tests
Date
Msg-id E1nOzpB-000QQE-2Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rework internal command generation of pg_rewind
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix check for PGHOST[ADDR] in pg_upgrade with Windows and tempor