MobilityDB  1.0

◆ range_union_internal()

static RangeType* range_union_internal ( TypeCacheEntry *  typcache,
RangeType *  r1,
RangeType *  r2,
bool  strict 
)
static

Returns the union of the range values.

If strict is true, it is an error that the two input ranges are not adjacent or overlapping.

Note
Function copied verbatim from rangetypes.c since it is static.