mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Minor copy-editing for release note updates.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
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">
|
||||
@ -46,22 +46,21 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.45 2007/01/05 20:02:
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix <link linkend="SQL-VACUUM"><command>VACUUM</></link> to recover from
|
||||
a rare problem during index page deletion/split (Tom)
|
||||
Fix <quote>failed to re-find parent key</> errors in
|
||||
<command>VACUUM</> (Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix error when constructing an <literal>ARRAY[]</> made up of multiple empty
|
||||
elements (Tom)
|
||||
Fix bugs affecting multi-gigabyte hash indexes (Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Fix problem with extending hash indexes that span multiple 1-gigabyte
|
||||
segments (Tom)
|
||||
Fix error when constructing an <literal>ARRAY[]</> made up of multiple
|
||||
empty elements (Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -76,7 +75,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.45 2007/01/05 20:02:
|
||||
<para>
|
||||
This is because <link
|
||||
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
|
||||
change the output of the functions.
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -3093,7 +3092,7 @@ DROP SCHEMA information_schema CASCADE;
|
||||
<para>
|
||||
This is because <link
|
||||
linkend="guc-lc-numeric"><varname>lc_numeric</></link> can potentially
|
||||
change the output of the functions.
|
||||
change the output of these functions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user