diff options
author | Bruce Momjian | 2014-03-07 18:45:38 +0000 |
---|---|---|
committer | Bruce Momjian | 2014-03-07 18:45:38 +0000 |
commit | 4ea2e2d47449dac509327c2c0c4b22223bfe3faa (patch) | |
tree | bd4b6fdc4c5de83cac18c26ab01facb197393c81 | |
parent | 91d9de97518b26a1e0d601b2c1580f5225030e56 (diff) |
release notes: add item missed in 9.2.5 release
Item is "Prevent errors in WAL replay due to references to uninitialized
empty pages".
Report and text by Andres Freund
Backpatch through 9.2.
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 7 |
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) |