1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

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
This commit is contained in:
Bruce Momjian 2019-05-11 16:42:05 -04:00
parent 1708974485
commit d56fd6357a

View File

@ -252,6 +252,12 @@ Previously, <command>\pset format a</command> chose <literal>aligned</literal>;
</para> </para>
</listitem> </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> <listitem>
<!-- <!--
Author: Tom Lane <tgl@sss.pgh.pa.us> Author: Tom Lane <tgl@sss.pgh.pa.us>