Login fuction and max_stack_depth #4280
Unanswered
vmgonzalez1990
asked this question in
Q&A
Replies: 1 comment
-
Post the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the documentation and created the login function. When I try to access the function, I get a response that tells me to increase the value of the max_stack_depth variable from the default 2MB. When I increased it, the PostgreSQL service stopped.
{
"code": "54001",
"details": null,
"hint": "Increase the 'max_stack_depth' configuration parameter (currently 2048kB), after ensuring that the platform's stack depth limit is adequate.",
"message": "stack depth limit reached"
}
Beta Was this translation helpful? Give feedback.
All reactions