]> granicus.if.org Git - postgresql/commit
Revise the way the element allocator for a simplehash is specified.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Feb 2017 22:01:40 +0000 (17:01 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Feb 2017 22:10:08 +0000 (17:10 -0500)
commitc3c4f6e1740be256178cd7551d5b8a7677159b74
tree728e79dbbb7117bf827f1b0b49ea0184db658d8f
parent242066cc8e587ccbe5e1cf38c4f085f080dcd5e0
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.
src/backend/executor/execGrouping.c
src/backend/nodes/tidbitmap.c
src/include/lib/simplehash.h