]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: PG 16 relnotes, remove "Have initdb use ICU by default"
authorBruce Momjian <bruce@momjian.us>
Fri, 30 Jun 2023 21:35:47 +0000 (17:35 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 30 Jun 2023 21:35:47 +0000 (17:35 -0400)
Item reverted.

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index 21fe8bb4868e8d2ce3b586a3f48c1ba9e8ed2c95..38eea97d240bb564f4f9482c171967bc2117e5de 100644 (file)
@@ -2399,21 +2399,6 @@ Options like "--compress=gzip:5".
 
     <itemizedlist>
 
-<!--
-Author: Jeff Davis <jdavis@postgresql.org>
-2023-03-09 [27b62377b] Use ICU by default at initdb time.
--->
-
-<listitem>
-<para>
-Have initdb use ICU by default if ICU is enabled in the binary (Jeff Davis)
-</para>
-
-<para>
-Option --locale-provider=libc can be used to disable ICU.
-</para>
-</listitem>
-
 <!--
 Author: Tom Lane <tgl@sss.pgh.pa.us> 2023-03-22
 [3e51b278d] Add "-c name=value" switch to initdb.