From: Bruce Momjian Date: Sun, 12 Nov 2000 14:26:48 +0000 (+0000) Subject: Add new 7.0.3 item to all places. X-Git-Tag: REL7_1_BETA~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c48025e799dd51a78c82193bc9ce6c63d7e6681f;p=postgresql Add new 7.0.3 item to all places. --- diff --git a/HISTORY b/HISTORY index 8a7e31b1d8..eab987af68 100644 --- a/HISTORY +++ b/HISTORY @@ -50,6 +50,7 @@ Fix to_char() to avoid coredump on NULL input (Tom) Buffer fix (Tom) Fix for inserting/copying longer multibyte strings into char() data types (Tatsuo) +Fix for crash of backend, on abort (Tom) ------------------------------------------------------------------------ diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 48d29fc3e7..116a5ec461 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -76,6 +76,7 @@ Fix to_char() to avoid coredump on NULL input (Tom) Buffer fix (Tom) Fix for inserting/copying longer multibyte strings into char() data types (Tatsuo) +Fix for crash of backend, on abort (Tom)