diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-23 13:37:34 -0500 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-23 13:37:34 -0500 |
| commit | eb6f29141bed9dc95cb473614c30f470ef980705 (patch) | |
| tree | 31cf951c1676928611e493c9769db8b1fc2a71d4 /contrib/hstore/Makefile | |
| parent | 48c41fa97480756b70ad095fe8d59199df9b12c7 (diff) | |
| download | postgresql-eb6f29141bed9dc95cb473614c30f470ef980705.tar.gz | |
Add a 64-bit hash function for type hstore.
There's some question about the correctness of the hash function, but
if it's wrong, the 32-bit version is also wrong.
Amul Sul, reviewed by Hironobu Suzuki
Discussion: https://postgr.es/m/CAAJ_b947JjnNr9Cp45iNjSqKf6PA5mCTmKsRwPjows93YwQrmw@mail.gmail.com
Diffstat (limited to 'contrib/hstore/Makefile')
| -rw-r--r-- | contrib/hstore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index 46d26f8052..b29d02b137 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -5,7 +5,9 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \ $(WIN32RES) EXTENSION = hstore -DATA = hstore--1.4.sql hstore--1.4--1.5.sql \ +DATA = hstore--1.4.sql \ + hstore--1.5--1.6.sql \ + hstore--1.4--1.5.sql \ hstore--1.3--1.4.sql hstore--1.2--1.3.sql \ hstore--1.1--1.2.sql hstore--1.0--1.1.sql \ hstore--unpackaged--1.0.sql |
