Verify range bounds to bms_add_range when necessary

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a0655ba68fb54a011b1c57901ad66764b1e5473f
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2018-07-30T22:43:30Z
Releases: 11.0
Verify range bounds to bms_add_range when necessary

Now that the bms_add_range boundary protections are gone, some
alternative ones are needed in a few places.

Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Discussion: https://postgr.es/m/3437ccf8-a144-55ff-1e2f-fc16b437823b@lab.ntt.co.jp

Files

PathChange+/−
src/backend/executor/nodeAppend.c modified +5 −0
src/backend/partitioning/partprune.c modified +11 −0

Discussion