| 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:20 |
| Message-ID: | E1rjVJv-0039YI-KF@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | 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_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/445c7e38f65f4abee1e55b31a849c31b18d99d4b
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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alexander Korotkov | 2024-03-11 02:23:21 | pgsql: Backpatch missing check_stack_depth() to some recursive function |
| Previous Message | Alexander Korotkov | 2024-03-11 02:23:06 | pgsql: Backpatch missing check_stack_depth() to some recursive function |