pgsql: Backpatch missing check_stack_depth() to some recursive function

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Backpatch missing check_stack_depth() to some recursive function
Date: 2024-03-11 02:23:21
Message-ID: E1rjVJx-0039Yh-H2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backpatch missing check_stack_depth() to some recursive functions

Backpatch changes from d57b7cc333, 75bcba6cbd to all supported branches per
proposal of Egor Chindyaskin.

Discussion: https://postgr.es/m/DE5FD776-A8CD-4378-BCFA-3BF30F1F6D60%40mail.ru

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/84cc1a5527564beef86ba500d8318e2f659f6969

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-03-11 02:23:36 pgsql: Backpatch missing check_stack_depth() to some recursive function
Previous Message Alexander Korotkov 2024-03-11 02:23:20 pgsql: Backpatch missing check_stack_depth() to some recursive function