Address more review comments on commit 2d819a08a1.
Jeff Davis <jdavis@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_database.sgml | modified | +18 −0 |
| src/backend/commands/collationcmds.c | modified | +1 −1 |
| src/backend/utils/adt/pg_locale.c | modified | +21 −7 |
| src/bin/initdb/initdb.c | modified | +4 −3 |
| src/bin/initdb/t/001_initdb.pl | modified | +1 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/utils/pg_locale.h | modified | +1 −0 |
| src/test/icu/t/010_database.pl | modified | +11 −1 |
Documentation touched
Discussion
- Built-in CTYPE provider 125 messages · 2023-12-05 → 2024-07-26