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(at)lab(dot)ntt(dot)co(dot)jp>
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d25d45e4d9221948e6b0d80ce22ce559e99c2f48
Modified Files
--------------
src/backend/executor/nodeAppend.c | 5 +++++
src/backend/executor/nodeMergeAppend.c | 5 +++++
src/backend/partitioning/partprune.c | 11 +++++++++++
3 files changed, 21 insertions(+)