]> granicus.if.org Git - postgresql/commitdiff
release notes: add item missed in 9.2.5 release
authorBruce Momjian <bruce@momjian.us>
Fri, 7 Mar 2014 18:45:38 +0000 (13:45 -0500)
committerBruce 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

index be3577977928bb0890ee98a7efa3131a6ef7a665..dd44c5aeae0078b2a5c63c529493a0ea3eea7235 100644 (file)
      </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</>