New C function: bms_add_range

Robert Haas <rhaas@postgresql.org>

Commit: 84940644de931f331433b35e3a391822671f8c9c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-11-29T22:12:05Z
Releases: 11.0
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

Files

PathChange+/−
src/backend/nodes/bitmapset.c modified +72 −0
src/include/nodes/bitmapset.h modified +1 −0

Discussion