pgsql: Change signature of TupleHashTableHash(). - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Change signature of TupleHashTableHash().
Date
Msg-id E1j1DgL-0001n9-K5@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Last-minute updates for release notes.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Simplify passing of configure arguments to pg_config