Re: Why is infinite_recurse test suddenly failing? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Why is infinite_recurse test suddenly failing?
Date
Msg-id 15442.1557844817@sss.pgh.pa.us
Whole thread Raw
In response to Re: Why is infinite_recurse test suddenly failing?  (Mark Wong <mark@2ndQuadrant.com>)
List pgsql-hackers
Mark Wong <mark@2ndQuadrant.com> writes:
> The following I've enabled force_parallel_mode for HEAD, 11, 10, and
> 9.6:

Thanks Mark!

In theory, the stack trace we now have from shoveler proves that parallel
mode has nothing to do with this, because the crash happens during
planning (specifically, inlining SQL functions).  I wonder though if
it's possible that previous force_parallel_mode queries have had some
undesirable effect on the process's stack allocation.  Just grasping
at straws, because it's sure not clear what's going wrong.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Mark Wong
Date:
Subject: Re: Why is infinite_recurse test suddenly failing?
Next
From: Tom Lane
Date:
Subject: Re: Why is infinite_recurse test suddenly failing?