mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Mention that internal hash functions changed in 8.3 release notes.
This commit is contained in:
parent
9423be4449
commit
65bd783614
@ -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:
|
||||
@ -450,6 +450,18 @@ do it for earlier branch release files.
|
||||
</para>
|
||||
</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>
|
||||
<para>
|
||||
Add C macros for handling variable-length data values (Greg
|
||||
|
Loading…
Reference in New Issue
Block a user