postgresql/src/bin
Tom Lane 7129a9791e psql: fix \l display for pre-v15 databases.
With a pre-v15 server, show NULL for the "ICU Locale" column,
matching what you see in v15 when the database locale isn't ICU.
The previous coding incorrectly repeated datcollate here.

(There's an unfinished discussion about whether to consolidate
these columns in \l output, but in any case we'd want this fix
for \l+ output.)

Euler Taveira, per report from Christoph Berg

Discussion: https://postgr.es/m/YlmIFCqu+TZSW4rB@msg.df7cb.de
2022-04-15 18:31:01 -04:00
..
initdb Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
pg_amcheck Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_archivecleanup Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_basebackup Rework compression options of pg_receivewal 2022-04-13 11:09:51 +09:00
pg_checksums Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_config Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
pg_controldata Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_ctl Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_dump Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
pg_resetwal Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_rewind Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
pg_test_fsync Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_test_timing Remove unused module imports from TAP tests 2022-03-24 20:51:40 +01:00
pg_upgrade Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
pg_verifybackup Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
pg_waldump Make XLogRecGetBlockTag() throw error if there's no such block. 2022-04-11 17:43:53 -04:00
pgbench Fix various typos and spelling mistakes in code comments 2022-04-11 20:49:41 +12:00
pgevent Update copyright for 2022 2022-01-07 19:04:57 -05:00
psql psql: fix \l display for pre-v15 databases. 2022-04-15 18:31:01 -04:00
scripts Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
Makefile Update copyright for 2022 2022-01-07 19:04:57 -05:00