Commit d56fd635 authored by Bruce Momjian's avatar Bruce Momjian

docs: PG 12 release notes, mention that REINDEX could now fail

This is because of the new tid in the index entry.

Reported-by: Peter Geoghegan
parent 17089744
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment