pgsql: Change signature of TupleHashTableHash().

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Change signature of TupleHashTableHash().
Дата
Msg-id E1j1DgL-0001n9-K5@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Last-minute updates for release notes.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Simplify passing of configure arguments to pg_config