summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release-9.2.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index be357797792..dd44c5aeae0 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -1180,6 +1180,13 @@
<listitem>
<para>
+ Prevent errors in WAL replay due to references to uninitialized empty
+ pages (Andres Freund)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Fix <command>REINDEX TABLE</> and <command>REINDEX DATABASE</>
to properly revalidate constraints and mark invalidated indexes as
valid (Noah Misch)