Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 352f29b

Browse files
committed
This patch adds another item to the "migration to 7.4" list in the
HISTORY file, and attributes the shared-buffer-alignment change to Manfred Spraul. Neil Conway
1 parent 62fdc3d commit 352f29b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/release.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.210 2003/10/16 03:47:28 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.211 2003/10/16 03:55:31 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -129,8 +129,10 @@ required for those wishing to migrate data from any previous release.</para>
129129
<listitem><para> <function>FLOAT(p)</function> now measures 'p' in bits, not digits</para></listitem>
130130
<listitem><para> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem>
131131
<listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>,
132-
and <function>userfntest()</function> functions have been
133-
removed.</para></listitem>
132+
and <function>userfntest()</function> functions have been removed.</para></listitem>
133+
<listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be
134+
used instead
135+
</para></listitem>
134136
</itemizedlist></para></sect2>
135137

136138
<sect2> <title> Changes </title>
@@ -189,7 +191,7 @@ required for those wishing to migrate data from any previous release.</para>
189191
<listitem><para>Improve speed of col IN (const, const, const, ...) (Tom)</para></listitem>
190192
<listitem><para>Fix hash indexes which were broken in rare cases (Tom)</para></listitem>
191193
<listitem><para>Improve hash index concurrency and speed (Tom)</para></listitem>
192-
<listitem><para>Align shared buffers on 32-byte boundary for copy speed improvement</para></listitem>
194+
<listitem><para>Align shared buffers on 32-byte boundary for copy speed improvement (Manfred Spraul)</para></listitem>
193195
</itemizedlist></sect3>
194196

195197
<sect3><title>Server Configuration</title>

0 commit comments

Comments
 (0)