Allow the element allocator for a simplehash to be specified.

Robert Haas <rhaas@postgresql.org>

Commit: 565903af474e85cef28ff712d773f13b6701ded5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-02-07T21:01:44Z
Releases: 10.0
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

PathChange+/−
src/backend/executor/execGrouping.c modified +2 −1
src/backend/nodes/tidbitmap.c modified +1 −1
src/include/lib/simplehash.h modified +57 −12