mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
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.
This commit is contained in:
parent
4f91af8ca2
commit
28d92026f0
1 changed files with 7 additions and 0 deletions
|
|
@ -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</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue