Skip to content
Snippets Groups Projects
Commit 950c8afc authored by Tom Lane's avatar Tom Lane
Browse files

Update release history for 7.4.5.

parent 1abf13db
No related branches found
No related tags found
No related merge requests found
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.285 2004/08/18 03:03:32 tgl Exp $
-->
<appendix id="release">
......@@ -1892,6 +1892,42 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp
</itemizedlist>
</sect3>
</sect2>
</sect1>
<sect1 id="release-7-4-5">
<title>Release 7.4.5</title>
<note>
<title>Release date</title>
<simpara>2004-08-18</simpara>
</note>
<para>
This release contains one serious bug fix over 7.4.4.
</para>
<sect2>
<title>Migration to version 7.4.5</title>
<para>
A dump/restore is not required for those running 7.4.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem><para>Repair possible crash during concurrent btree index insertions</para>
<para>
This patch fixes a rare case in which concurrent insertions into a btree index
could result in a server panic. No permanent damage would result, but it's
still worth a re-release. The bug does not exist in pre-7.4 releases.
</para></listitem>
</itemizedlist>
</sect2>
</sect1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment