Add new 7.0.3 item to all places.

This commit is contained in:
Bruce Momjian 2000-11-12 14:26:48 +00:00
parent 6543d81d65
commit c48025e799
2 changed files with 3 additions and 1 deletions

View File

@ -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)
------------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.62 2000/11/10 19:41:26 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.63 2000/11/12 14:26:48 momjian Exp $
-->
<chapter id="release">
@ -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)
</programlisting>
</para>
</sect2>