Re: [HACKERS] segfault in HEAD when too many nested functions call - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: [HACKERS] segfault in HEAD when too many nested functions call
Date
Msg-id cdf94361-df5b-6b53-e587-20fd72ba7fcd@dalibo.com
Whole thread Raw
In response to Re: [HACKERS] segfault in HEAD when too many nested functions call  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 21/07/2017 13:40, Andres Freund wrote:
> Attached is a
> patch that converts just ExecProcNode. The big change in comparison to
> the earlier patch is that the assignment of the callback is now done in
> the respective ExecInit* routines. As a consequence the ExecProcNode
> callbacks now are static.

Thanks for working on it.  Just in case, I reviewed the patch and didn't
find any issue with it.

-- 
Julien Rouhaud



pgsql-hackers by date:

Previous
From: Claudio Freire
Date:
Subject: Re: [HACKERS] Increase Vacuum ring buffer.
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Locale dependency in new postgres_fdw test