diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-11-25 07:40:12 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-11-25 07:40:12 +0900 |
commit | d13b684117bdf136f97db5bcba2be524ed038b6d (patch) | |
tree | 14d0c7d76f0852137a0fb40e23d1456214f59f45 /src/backend/executor/nodeFunctionscan.c | |
parent | 2d1f3bce97a9f4ac3ec4acbf337ffef598522216 (diff) | |
download | postgresql-d13b684117bdf136f97db5bcba2be524ed038b6d.tar.gz postgresql-d13b684117bdf136f97db5bcba2be524ed038b6d.zip |
Introduce variables for initial and max nesting depth on configuration files
The code has been assuming already in a few places that the initial
recursion nesting depth is 0, and the recent changes in hba.c (mainly
783e8c6) have relies on this assumption in more places. The maximum
recursion nesting level is assumed to be 10 for hba.c and GUCs.
Author: Julien Rouhaud
Discussion: https://postgr.es/m/20221124090724.n7amf5kpdhx6vb76@jrouhaud
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions