pgsql: Add hash_combine64.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add hash_combine64.
Date: 2017-10-29 07:14:52
Message-ID: E1e8ho4-0002ek-GM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add hash_combine64.

Extracted from a larger patch by Amul Sul, with some comment additions
by me.

Discussion: http://postgr.es/m/20171024113004.hn5qajypin4dy5sw@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b7f3eb31405f1dbbf086e5a8f88569a6dc85157a

Modified Files
--------------
src/include/utils/hashutils.h | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-10-29 07:31:09 pgsql: pg_receivewal: Add --no-sync option.
Previous Message Tom Lane 2017-10-28 18:02:28 pgsql: Support domains over composite types in PL/Perl.