index b15ed9da073b6f1d6db830dcb317b7c635dcbfb1..dad2c2e7ca47155acfe3346b724e4a0ed6c6d88d 100644 (file)
@@ -275,6 +275,21 @@ Author: Peter Eisentraut <peter@eisentraut.org>
</para>
</listitem>
+<!--
+Author: Jeff Davis <jdavis@postgresql.org>
+2024年03月09日 [f696c0cd5] Catalog changes preparing for builtin collation provider
+-->
+
+ <listitem>
+ <para>
+ Rename <link
+ linkend="catalog-pg-collation"><structname>pg_collation</structname>.<structfield>colliculocale</structfield></link>
+ to <structfield>colllocale</structfield> and
+ <structname>pg_collation</structname>.<structfield>daticulocale</structfield>
+ to <structfield>datlocale</structfield> (Jeff Davis)
+ </para>
+ </listitem>
+
<!--
Author: Masahiko Sawada <msawada@postgresql.org>
2024年04月02日 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac