Allow the element allocator for a simplehash to be specified.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execGrouping.c | modified | +2 −1 |
| src/backend/nodes/tidbitmap.c | modified | +1 −1 |
| src/include/lib/simplehash.h | modified | +57 −12 |