Thread: pgsql: Change signature of TupleHashTableHash().

pgsql: Change signature of TupleHashTableHash().

From
Jeff Davis
Date:
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(-)