projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f91af8
)
release notes: add item missed in 9.2.5 release
author
Bruce Momjian
<bruce@momjian.us>
Fri, 7 Mar 2014 18:45:38 +0000
(13:45 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 7 Mar 2014 18:45:38 +0000
(13:45 -0500)
Item is "Prevent errors in WAL replay due to references to uninitialized
empty pages".
Report and text by Andres Freund
Backpatch through 9.2.
doc/src/sgml/release-9.2.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.2.sgml
b/doc/src/sgml/release-9.2.sgml
index be3577977928bb0890ee98a7efa3131a6ef7a665..dd44c5aeae0078b2a5c63c529493a0ea3eea7235 100644
(file)
--- a/
doc/src/sgml/release-9.2.sgml
+++ b/
doc/src/sgml/release-9.2.sgml
@@
-1178,6
+1178,13
@@
</para>
</listitem>
+ <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</>