summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-01 22:38:36 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-01 22:38:36 +0000
commit65bd783614c2e6ddeec42e8ba19e8b676ba5cee0 (patch)
treecc90746f5720acb2c1d6b96bccf11ae3b55cdf20
parent9423be4449138c5854b11409f0f03687849039ad (diff)
Mention that internal hash functions changed in 8.3 release notes.
-rw-r--r--doc/src/sgml/release.sgml14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 7ab28ef785d..73a1f75aa28 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $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:
@@ -452,6 +452,18 @@ do it for earlier branch release files.
<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>
+ <para>
Add C macros for handling variable-length data values (Greg
Stark, Tom)
</para>