diff options
| author | Robert Haas <rhaas@postgresql.org> | 2011-05-23 15:17:18 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2011-05-23 15:17:18 -0400 |
| commit | 7149b128dc12ece64c182962dc4f882ea7559d0c (patch) | |
| tree | dbe68fac36d6d610886a29d4947ce0b31d413550 /src/include | |
| parent | c58b945e23e63a0baca67b216a5225b34de84cce (diff) | |
Improve hash_array() logic for combining hash values.
The new logic is less vulnerable to transpositions.
This invalidates the contents of hash indexes built with the old
functions; hence, bump catversion.
Dean Rasheed
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 49d1e7db6f2..0200a81dbf6 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201105131 +#define CATALOG_VERSION_NO 201105231 #endif |
