[COMMITTERS] pgsql: Revise the way the element allocator for a simplehash isspecifi - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Revise the way the element allocator for a simplehash isspecifi
Date
Msg-id E1cbE1H-00061J-HZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c3c4f6e1740be256178cd7551d5b8a7677159b74

Modified Files
--------------
src/backend/executor/execGrouping.c |  3 +-
src/backend/nodes/tidbitmap.c       |  2 +-
src/include/lib/simplehash.h        | 65 +++++++++++++------------------------
3 files changed, 24 insertions(+), 46 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Speed up "brin" regression test a little bit.
Next
From: pgsql@postgresql.org
Date:
Subject: [COMMITTERS] pgsql: Tag refs/tags/REL9_4_11 was created