pgsql: Fix typo in pgbench messages.

2022-03-01 Thread Tatsuo Ishii
Fix typo in pgbench messages. Author: KAWAMOTO Masaya Reviewed-by: Fabien COELHO Discussion: https://postgr.es/m/20220224115622.41e671e3449ebd8c270e9103%40sraoss.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/506035b0b8323126823849483cee833e1de75330 Modifie

pgsql: Fix check for PGHOST[ADDR] in pg_upgrade with Windows and tempor

2022-03-01 Thread Michael Paquier
Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary paths The checks currently done at the startup of pg_upgrade on PGHOST and PGHOSTADDR to avoid any attempts to access to an external cluster fail setting those parameters to Windows paths or even temporary paths prefixed by an '@'

pgsql: psql: Additional tests

2022-03-01 Thread Peter Eisentraut
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-c1548466c...@enterprisedb.com Branch -- master Details ---