Re: unexpected and reproducable crash in pl/pgsql function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: unexpected and reproducable crash in pl/pgsql function
Date
Msg-id 13523.1109884800@sss.pgh.pa.us
Whole thread Raw
In response to Re: unexpected and reproducable crash in pl/pgsql function  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers
"Merlin Moncure" <merlin.moncure@rcsonline.com> 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: logging as inserts
Next
From: "Merlin Moncure"
Date:
Subject: Re: unexpected and reproducable crash in pl/pgsql function