Skip to content

Commit 65bd783

Browse files
committed
Mention that internal hash functions changed in 8.3 release notes.
1 parent 9423be4 commit 65bd783

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.532 2007/10/25 02:50:26 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.533 2007/11/01 22:38:36 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -450,6 +450,18 @@ do it for earlier branch release files.
450450
</para>
451451
</listitem>
452452

453+
<listitem>
454+
<para>
455+
Internal hashing functions are now more uniformly-distributed (Tom)
456+
</para>
457+
458+
<para>
459+
If application code was calling and storing hash values using
460+
internal <productname>PostgreSQL</> hashing functions, the hash
461+
values must be regenerated.
462+
</para>
463+
</listitem>
464+
453465
<listitem>
454466
<para>
455467
Add C macros for handling variable-length data values (Greg

0 commit comments

Comments
 (0)