]> granicus.if.org Git - postgresql/commit
Allow the element allocator for a simplehash to be specified.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Feb 2017 20:58:30 +0000 (15:58 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Feb 2017 21:01:44 +0000 (16:01 -0500)
commit565903af474e85cef28ff712d773f13b6701ded5
tree14a39513fb712b2c9aebd8fd5ce94d911a06caf6
parent94708c0e8c32ad1c9c6ffbdb894fe158eda596e7
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.
src/backend/executor/execGrouping.c
src/backend/nodes/tidbitmap.c
src/include/lib/simplehash.h