projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1708974
)
docs: PG 12 release notes, mention that REINDEX could now fail
author
Bruce Momjian
<bruce@momjian.us>
Sat, 11 May 2019 20:42:05 +0000
(16:42 -0400)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-12.sgml
b/doc/src/sgml/release-12.sgml
index cc0070f13abd13a25379a6f068d5ef088d12ff73..5777eea2621b5575fe80852759c277a3894bddda 100644
(file)
--- a/
doc/src/sgml/release-12.sgml
+++ b/
doc/src/sgml/release-12.sgml
@@
-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>