Обсуждение: pgsql: Add missing check_stack_depth() to some recursive functions

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

pgsql: Add missing check_stack_depth() to some recursive functions

От
Alexander Korotkov
Дата:
Add missing check_stack_depth() to some recursive functions

Reported-by: Egor Chindyaskin, Alexander Lakhin
Discussion: https://postgr.es/m/1672760457.940462079%40f306.i.mail.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d57b7cc3338e9d9aa1d7c5da1b25a17c5a72dcce

Modified Files
--------------
src/backend/catalog/dependency.c      |  7 +++++++
src/backend/catalog/heap.c            |  3 +++
src/backend/commands/tablecmds.c      | 13 +++++++++++++
src/backend/optimizer/util/clauses.c  |  4 ++++
src/backend/utils/adt/jsonpath_exec.c |  3 +++
5 files changed, 30 insertions(+)