| 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:59 |
| Message-ID: | E1rjVKY-0039aB-On@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_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/84788ee5b4ee5a7ee7543c8dce9f270101f352f1
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 | Amit Kapila | 2024-03-11 04:04:56 | pgsql: Doc: Warn about two_phase when altering a subscription's slot na |
| Previous Message | Alexander Korotkov | 2024-03-11 02:23:36 | pgsql: Backpatch missing check_stack_depth() to some recursive function |