[COMMITTERS] pgsql: Allow the element allocator for a simplehash to be specified. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Allow the element allocator for a simplehash to be specified.
Date
Msg-id E1cbCu5-0004lF-6v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow the element allocator for a simplehash to be specified.

This is infrastructure for a pending patch to allow parallel bitmap
heap scans.

Dilip Kumar, reviewed (in earlier versions) by Andres Freund and
(more recently) by me.  Some further renaming by me, also.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/565903af474e85cef28ff712d773f13b6701ded5

Modified Files
--------------
src/backend/executor/execGrouping.c |  3 +-
src/backend/nodes/tidbitmap.c       |  2 +-
src/include/lib/simplehash.h        | 69 ++++++++++++++++++++++++++++++-------
3 files changed, 60 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix compiler warning.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free.