From: Bruce Momjian Date: Wed, 23 Jul 2003 22:59:39 +0000 (+0000) Subject: New WAL fix release text is: X-Git-Tag: REL7_3_4~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97dcee285bdb52583724f0b4578f84abcd9899e9;p=thirdparty%2Fpostgresql.git New WAL fix release text is: Prevent rare possibility of server startup failure (Tom) --- diff --git a/HISTORY b/HISTORY index 24bc0c39ef5..8980e39bba3 100644 --- a/HISTORY +++ b/HISTORY @@ -15,7 +15,7 @@ Changes - 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) Add constraint names in a few places in pg_dump (Rod) Improve performance of functions with many parameters (Tom) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 4632b5abe67..256704f551a 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -32,7 +32,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.13 2003/07/23 04:09: -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) Add constraint names in a few places in pg_dump (Rod) Improve performance of functions with many parameters (Tom)