Address more review comments on commit 2d819a08a1.
authorJeff Davis <jdavis@postgresql.org>
Mon, 18 Mar 2024 18:56:45 +0000 (11:56 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 18 Mar 2024 18:58:13 +0000 (11:58 -0700)
commit846311051e8fdca4c9db83b2b09425759a8b102d
treea6b47781bb156109b4048c773b7ad30be9d9a96b
parent66ab9371a23320cf608e68e8e5d2811992941bea
Address more review comments on commit 2d819a08a1.

Based on comments from Peter Eisentraut.

 * Document CREATE DATABASE ... BUILTIN_LOCALE.
 * Determine required encoding based on locale name for CREATE
   COLLATION. Use -1 for "C" (requires catversion bump).
 * initdb output fixups.
 * Make ctype_is_c a constant true for now.
 * Fixups to ICU 010_create_database.pl test.

Discussion: https://postgr.es/m/4135cf11-206d-40ed-96c0-9363c1232379@eisentraut.org
doc/src/sgml/ref/create_database.sgml
src/backend/commands/collationcmds.c
src/backend/utils/adt/pg_locale.c
src/bin/initdb/initdb.c
src/bin/initdb/t/001_initdb.pl
src/include/catalog/catversion.h
src/include/utils/pg_locale.h
src/test/icu/t/010_database.pl