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 <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ REL_11_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a0655ba68fb54a011b1c57901ad66764b1e5473f Modified Files -------------- src/backend/executor/nodeAppend.c | 5 +++++ src/backend/partitioning/partprune.c | 11 +++++++++++ 2 files changed, 16 insertions(+)
