]> granicus.if.org Git - postgresql/commitdiff
docs: PG 12 release notes, mention that REINDEX could now fail
authorBruce Momjian <bruce@momjian.us>
Sat, 11 May 2019 20:42:05 +0000 (16:42 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 11 May 2019 20:42:05 +0000 (16:42 -0400)
This is because of the new tid in the index entry.

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

index cc0070f13abd13a25379a6f068d5ef088d12ff73..5777eea2621b5575fe80852759c277a3894bddda 100644 (file)
@@ -252,6 +252,12 @@ Previously, <command>\pset format a</command> chose <literal>aligned</literal>;
 </para>
 </listitem>
 
+<listitem>
+<para>
+The maximum btree index length is now reduced by eight bytes;  a <xref linkend="sql-reindex"/> operation could potentially fail.
+</para>
+</listitem>
+
 <listitem>
 <!--
 Author: Tom Lane <tgl@sss.pgh.pa.us>