]> granicus.if.org Git - postgresql/commit
New C function: bms_add_range
authorRobert Haas <rhaas@postgresql.org>
Wed, 29 Nov 2017 22:06:14 +0000 (17:06 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 29 Nov 2017 22:12:05 +0000 (17:12 -0500)
commit84940644de931f331433b35e3a391822671f8c9c
treedc65a6b0f891156376c15cdc65583f33e3de96ac
parent8d4e70a63bf8772bbf5db620ef1e14761fbd2044
New C function: bms_add_range

This will be used by pending patches to improve partition pruning.

Amit Langote and Kyotaro Horiguchi, per a suggestion from David
Rowley.  Review and testing of the larger patch set of which this is a
part by Ashutosh Bapat, David Rowley, Dilip Kumar, Jesper Pedersen,
Rajkumar Raghuwanshi, Beena Emerson, Amul Sul, and Kyotaro Horiguchi.

Discussion: http://postgr.es/m/098b9c71-1915-1a2a-8d52-1a7a50ce79e8@lab.ntt.co.jp
src/backend/nodes/bitmapset.c
src/include/nodes/bitmapset.h