pgsql: Change signature of TupleHashTableHash().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change signature of TupleHashTableHash().
Date: 2020-02-10 18:21:17
Message-ID: E1j1DgL-0001n9-K5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change signature of TupleHashTableHash().

Commit 4eaea3db introduced TupleHashTableHash(), but the signature
didn't match the other exposed functions. Separate it into internal
and external versions. The external version hides the details behind
an API more consistent with the other external functions, and the
internal version is still suitable for simplehash.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/11de6c903da99a4b2220acfa776fc26c7f384ccc

Modified Files
--------------
src/backend/executor/execGrouping.c | 35 +++++++++++++++++++++++++++++------
src/include/executor/executor.h | 4 ++--
2 files changed, 31 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-02-10 18:26:27 pgsql: Simplify passing of configure arguments to pg_config
Previous Message Tom Lane 2020-02-10 17:51:32 pgsql: Last-minute updates for release notes.