]> granicus.if.org Git - postgresql/commitdiff
docs: remove second mention of btree max length reduction
authorBruce Momjian <bruce@momjian.us>
Sat, 11 May 2019 22:24:31 +0000 (18:24 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 11 May 2019 22:24:31 +0000 (18:24 -0400)
I already added that to the incompatibility section as a separate item.

Reported-by: Peter Geoghegan
doc/src/sgml/release-12.sgml

index 622770a5200bbf526d48e3f66082bb948272ac2f..5f5d1da33d277e1dcd5e8bfbeee5d8371682ad65 100644 (file)
@@ -641,7 +641,7 @@ Have new btree indexes sort duplicate index entries in heap-storage order (Peter
 </para>
 
 <para>
-This slightly reduces the maximum-allowed length of indexed values.  Indexes <application>pg_upgraded</application> from previous releases will not have this ordering.
+Indexes <application>pg_upgraded</application> from previous releases will not have this ordering.
 </para>
 </listitem>