Change signature of TupleHashTableHash().
authorJeff Davis <jdavis@postgresql.org>
Mon, 10 Feb 2020 18:20:10 +0000 (10:20 -0800)
committerJeff Davis <jdavis@postgresql.org>
Mon, 10 Feb 2020 18:20:10 +0000 (10:20 -0800)
commit11de6c903da99a4b2220acfa776fc26c7f384ccc
treef0b049c693c1111570d6cd158e21f83b2e308611
parent8fa8e011563744f61d29024ab187a189124a6551
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.
src/backend/executor/execGrouping.c
src/include/executor/executor.h