Re: [HACKERS] unexpected and reproducable crash in pl/pgsql function
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
"Merlin Moncure" <[email protected]> writes: > Ok, problem was due to recursive pl/pgsql function and a recursion loop > in the data. I traced this problem to the data: somebody disabled the > recursion check constraint. > I've never had this actually happen before. It totally nuked the > server. I thought we'd fixed things so that the stack depth on Windows is actually greater than max_stack_depth? None of this weirdness could happen if the stack depth check were kicking in properly. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org