Revise the way the element allocator for a simplehash is specified.
Robert Haas <rhaas@postgresql.org>
Revise the way the element allocator for a simplehash is specified. This method is more elegant and more efficient. Per a suggestion from Andres Freund, who also briefly reviewed the patch.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execGrouping.c | modified | +1 −2 |
| src/backend/nodes/tidbitmap.c | modified | +1 −1 |
| src/include/lib/simplehash.h | modified | +22 −43 |