]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Backpatch missing check_stack_depth() to some recursive functions
authorAlexander Korotkov <akorotkov@postgresql.org>
Fri, 16 Feb 2024 14:02:00 +0000 (16:02 +0200)
committerAlexander Korotkov <akorotkov@postgresql.org>
Mon, 11 Mar 2024 01:06:45 +0000 (03:06 +0200)
commit84788ee5b4ee5a7ee7543c8dce9f270101f352f1
tree329e93cf7d4f08074d3bb665ad611d8325055e52
parentab64b275ad8f3bd15a3aa77308620fad80e07b62
Backpatch missing check_stack_depth() to some recursive functions

Backpatch changes from d57b7cc33375bcba6cbd to all supported branches per
proposal of Egor Chindyaskin.

Discussion: https://postgr.es/m/DE5FD776-A8CD-4378-BCFA-3BF30F1F6D60%40mail.ru
src/backend/catalog/dependency.c
src/backend/catalog/heap.c
src/backend/commands/tablecmds.c
src/backend/optimizer/util/clauses.c
src/backend/utils/adt/jsonpath_exec.c