pgsql: Allow the element allocator for a simplehash to be specified.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow the element allocator for a simplehash to be specified.
Date: 2017-02-07 21:02:21
Message-ID: E1cbCu5-0004lF-6v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-07 21:21:22 pgsql: Avoid redefining simplehash_allocate/simplehash_free.
Previous Message Stephen Frost 2017-02-07 20:19:32 PUBLICATIONS and pg_dump