postgresql/src
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
..
backend Tighten ComputeXidHorizons' handling of walsenders. 2022-04-15 17:50:05 -04:00
bin psql: fix \l display for pre-v15 databases. 2022-04-15 18:31:01 -04:00
common Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
fe_utils Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
include Tighten ComputeXidHorizons' handling of walsenders. 2022-04-15 17:50:05 -04:00
interfaces Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
makefiles Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
pl Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
port Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
template Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
test Revert "Temporarily add some probes of tenk1's relallvisible in create_index.sql." 2022-04-15 13:29:39 -04:00
timezone Update copyright for 2022 2022-01-07 19:04:57 -05:00
tools Rename backup_compression.{c,h} to compression.{c,h} 2022-04-12 13:38:54 +09:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Update Unicode data to CLDR 41 2022-04-06 08:17:33 +02:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk Improve frontend error logging style. 2022-04-08 14:55:14 -04:00