1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Minor copy-editing for release note updates.

This commit is contained in:
Tom Lane
2007-01-05 22:35:13 +00:00
parent 37a86cd254
commit 6faab66422

View File

@ -1,5 +1,5 @@
x<!-- x<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.45 2007/01/05 20:02:55 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.46 2007/01/05 22:35:13 tgl Exp $
--> -->
<appendix id="release"> <appendix id="release">
@ -46,22 +46,21 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.45 2007/01/05 20:02:
<listitem> <listitem>
<para> <para>
Fix <link linkend="SQL-VACUUM"><command>VACUUM</></link> to recover from Fix <quote>failed to re-find parent key</> errors in
a rare problem during index page deletion/split (Tom) <command>VACUUM</> (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Fix error when constructing an <literal>ARRAY[]</> made up of multiple empty Fix bugs affecting multi-gigabyte hash indexes (Tom)
elements (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Fix problem with extending hash indexes that span multiple 1-gigabyte Fix error when constructing an <literal>ARRAY[]</> made up of multiple
segments (Tom) empty elements (Tom)
</para> </para>
</listitem> </listitem>
@ -76,7 +75,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.45 2007/01/05 20:02:
<para> <para>
This is because <link This is because <link
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
change the output of the functions. change the output of these functions.
</para> </para>
</listitem> </listitem>
@ -3093,7 +3092,7 @@ DROP SCHEMA information_schema CASCADE;
<para> <para>
This is because <link This is because <link
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
change the output of the functions. change the output of these functions.
</para> </para>
</listitem> </listitem>