Catalog changes preparing for builtin collation provider.
authorJeff Davis <jdavis@postgresql.org>
Sat, 9 Mar 2024 22:48:18 +0000 (14:48 -0800)
committerJeff Davis <jdavis@postgresql.org>
Sat, 9 Mar 2024 22:48:18 +0000 (14:48 -0800)
commitf696c0cd5f299f1b51e214efc55a22a782cc175d
treef834ff70d179f4d21f3def9ee8e4c4f1fe4922ad
parent81d13a8dc066e571dca032da0a5fc1d81214d2bb
Catalog changes preparing for builtin collation provider.

Rename pg_collation.colliculocale to colllocale, and
pg_database.daticulocale to datlocale. These names reflects that the
fields will be useful for the upcoming builtin provider as well, not
just for ICU.

This is purely a rename; no changes to the meaning of the fields.

Discussion: https://postgr.es/m/ff4c2f2f9c8fc7ca27c1c24ae37ecaeaeaff6b53.camel%40j-davis.com
Reviewed-by: Peter Eisentraut
22 files changed:
doc/src/sgml/bki.sgml
doc/src/sgml/catalogs.sgml
src/backend/catalog/pg_collation.c
src/backend/commands/collationcmds.c
src/backend/commands/dbcommands.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/init/postinit.c
src/bin/initdb/initdb.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_upgrade/info.c
src/bin/pg_upgrade/pg_upgrade.c
src/bin/pg_upgrade/pg_upgrade.h
src/bin/pg_upgrade/t/002_pg_upgrade.pl
src/bin/psql/describe.c
src/include/catalog/catversion.h
src/include/catalog/pg_collation.dat
src/include/catalog/pg_collation.h
src/include/catalog/pg_database.dat
src/include/catalog/pg_database.h
src/test/regress/expected/collate.icu.utf8.out
src/test/regress/expected/psql.out
src/test/regress/sql/collate.icu.utf8.sql