|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.285 2004/08/18 03:03:32 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <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
|
1892 | 1892 | </itemizedlist>
|
1893 | 1893 | </sect3>
|
1894 | 1894 |
|
| 1895 | + </sect2> |
| 1896 | + </sect1> |
| 1897 | + |
| 1898 | + <sect1 id="release-7-4-5"> |
| 1899 | + <title>Release 7.4.5</title> |
| 1900 | + |
| 1901 | + <note> |
| 1902 | + <title>Release date</title> |
| 1903 | + <simpara>2004-08-18</simpara> |
| 1904 | + </note> |
| 1905 | + |
| 1906 | + <para> |
| 1907 | + This release contains one serious bug fix over 7.4.4. |
| 1908 | + </para> |
| 1909 | + |
| 1910 | + |
| 1911 | + <sect2> |
| 1912 | + <title>Migration to version 7.4.5</title> |
| 1913 | + |
| 1914 | + <para> |
| 1915 | + A dump/restore is not required for those running 7.4.X. |
| 1916 | + </para> |
| 1917 | + </sect2> |
| 1918 | + |
| 1919 | + <sect2> |
| 1920 | + <title>Changes</title> |
| 1921 | + |
| 1922 | +<itemizedlist> |
| 1923 | +<listitem><para>Repair possible crash during concurrent btree index insertions</para> |
| 1924 | +<para> |
| 1925 | +This patch fixes a rare case in which concurrent insertions into a btree index |
| 1926 | +could result in a server panic. No permanent damage would result, but it's |
| 1927 | +still worth a re-release. The bug does not exist in pre-7.4 releases. |
| 1928 | +</para></listitem> |
| 1929 | +</itemizedlist> |
| 1930 | + |
1895 | 1931 | </sect2>
|
1896 | 1932 | </sect1>
|
1897 | 1933 |
|
|