Обсуждение: pgsql: Verify range bounds to bms_add_range when necessary

Поиск
Список
Период
Сортировка

pgsql: Verify range bounds to bms_add_range when necessary

От
Alvaro Herrera
Дата:
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

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(+)