1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

New WAL fix release text is:

Prevent rare possibility of server startup failure (Tom)
This commit is contained in:
Bruce Momjian 2003-07-23 22:58:38 +00:00
parent 0221bc97cf
commit 93395de092

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.199 2003/07/23 04:08:42 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.200 2003/07/23 22:58:38 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
@ -87,7 +87,7 @@ Object owners can allow grantees to grant the privilege to others (grant option)
<para> <para>
<literallayout> <literallayout>
Fix rare possibility of recovery failure after a system crash (Tom) Prevent rare possibility of server startup failure (Tom)
Fix bugs in interval-to-time conversion (Tom) Fix bugs in interval-to-time conversion (Tom)
Add constraint names in a few places in pg_dump (Rod) Add constraint names in a few places in pg_dump (Rod)
Improve performance of functions with many parameters (Tom) Improve performance of functions with many parameters (Tom)