Re: segfault in HEAD when too many nested functions call

From: Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: segfault in HEAD when too many nested functions call
Date: 2017-07-21 22:25:36
Message-ID: cdf94361-df5b-6b53-e587-20fd72ba7fcd@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-07-21 22:50:17 Re: Locale dependency in new postgres_fdw test
Previous Message Claudio Freire 2017-07-21 21:27:42 Re: Increase Vacuum ring buffer.