Commit 65bd7836 authored by Bruce Momjian's avatar Bruce Momjian

Mention that internal hash functions changed in 8.3 release notes.

parent 9423be44
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.532 2007/10/25 02:50:26 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.533 2007/11/01 22:38:36 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -450,6 +450,18 @@ do it for earlier branch release files. ...@@ -450,6 +450,18 @@ do it for earlier branch release files.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Internal hashing functions are now more uniformly-distributed (Tom)
</para>
<para>
If application code was calling and storing hash values using
internal <productname>PostgreSQL</> hashing functions, the hash
values must be regenerated.
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Add C macros for handling variable-length data values (Greg Add C macros for handling variable-length data values (Greg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment