postgresql/src/backend
Peter Eisentraut 8b808f189f Fix ICU locale option handling in CREATE DATABASE
The code took the LOCALE option as the default/fallback for
ICU_LOCALE, but this was neither documented nor intended, so remove
it.  (It was probably left in from an earlier patch version.)

Reported-by: Marina Polyakova <m.polyakova@postgrespro.ru>
Discussion: https://www.postgresql.org/message-id/flat/f385ba25e7f8be427b8c582e5cca7d79%40postgrespro.ru#515a31c5429d6d37ad1d5c9d66962a1e
2022-08-24 13:27:34 +02:00
..
access Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
backup Remove shadowed local variables that are new in v15 2022-08-20 11:40:44 +12:00
bootstrap Process session_preload_libraries within InitPostgres's transaction. 2022-07-25 10:27:43 -04:00
catalog Ensure that pg_auth_members.grantor is always valid. 2022-08-18 13:13:02 -04:00
commands Fix ICU locale option handling in CREATE DATABASE 2022-08-24 13:27:34 +02:00
executor Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
foreign Create routine able to set single-call SRFs for Materialize mode 2022-03-07 10:26:29 +09:00
jit Improve performance of ORDER BY / DISTINCT aggregates 2022-08-02 23:11:45 +12:00
lib Fix lock assertions in dshash.c. 2022-07-11 16:43:29 +12:00
libpq Allow parallel workers to retrieve some data from Port 2022-08-24 12:57:13 +09:00
main Fix outdated --help message for postgres -f 2022-08-15 13:36:36 +09:00
nodes Remove redundant spaces in _outA_Expr() output 2022-08-15 12:43:52 +02:00
optimizer Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
parser Make role grant system more consistent with other privileges. 2022-08-22 11:35:17 -04:00
partitioning Improve performance of adjust_appendrel_attrs_multilevel. 2022-08-18 12:36:16 -04:00
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
port Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 2022-08-14 00:09:47 +12:00
postmaster Remove initialization of MyClientConnectionInfo at backend startup 2022-08-24 19:19:00 +09:00
regex Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
replication Add CHECK_FOR_INTERRUPTS while decoding changes. 2022-08-23 10:20:02 +05:30
rewrite Avoid using list_length() to test for empty list. 2022-08-17 11:12:35 -04:00
snowball Move snowball_create.sql creation into perl file 2022-07-18 12:24:27 -07:00
statistics Further reduce warnings with -Wshadow=compatible-local 2022-08-24 12:27:12 +12:00
storage Further reduce warnings with -Wshadow=compatible-local 2022-08-24 12:27:12 +12:00
tcop Remove configure probe for sys/resource.h and refactor. 2022-08-14 00:09:47 +12:00
tsearch Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
utils Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
.gitignore
Makefile Move basebackup code to new directory src/backend/backup 2022-08-10 14:03:23 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00