diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-05-11 16:42:05 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-05-11 16:42:05 -0400 |
commit | d56fd6357a5e0e76fecf20c3dc762c5301290331 (patch) | |
tree | 2ae62dd8d5b38576b50e6e8a715b089c499f0e06 /doc/src | |
parent | 1708974485e82e1cf4694c683faa70fc5bcf142c (diff) | |
download | postgresql-d56fd6357a5e0e76fecf20c3dc762c5301290331.tar.gz postgresql-d56fd6357a5e0e76fecf20c3dc762c5301290331.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-12.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index cc0070f13ab..5777eea2621 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -253,6 +253,12 @@ Previously, <command>\pset format a</command> chose <literal>aligned</literal>; </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> 2018-12-19 [586b98fdf] Make type "name" collation-aware. |