From: Bruce Momjian Date: Sat, 11 May 2019 22:24:31 +0000 (-0400) Subject: docs: remove second mention of btree max length reduction X-Git-Tag: REL_12_BETA1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4217d15d91128355ea13e6fb9c031b826e2a1335;p=thirdparty%2Fpostgresql.git docs: remove second mention of btree max length reduction I already added that to the incompatibility section as a separate item. Reported-by: Peter Geoghegan --- diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 622770a5200..5f5d1da33d2 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -641,7 +641,7 @@ Have new btree indexes sort duplicate index entries in heap-storage order (Peter -This slightly reduces the maximum-allowed length of indexed values. Indexes pg_upgraded from previous releases will not have this ordering. +Indexes pg_upgraded from previous releases will not have this ordering.