]> 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:55 +0000 (03:06 +0200)
commit7607671826dd3050b2656700cf1a9cc99a73a4df
tree8c9cb2702dacc07ec41c23cc8ea44823144594f9
parent6a9e2cb2b457d962bc3952931a05ad7d5b5be252
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