> On 18 Feb 2020, at 03:03, Thomas Munro <thomas.munro@gmail.com> wrote:
>
> From the trivialities department, I see a bunch of warnings about
> local declaration placement (we're still using C90 rules for those by
> project policy):
>
> refcursor.c:138:3: error: ISO C90 forbids mixed declarations and code
> [-Werror=declaration-after-statement]
> MemoryContext oldcontext =
> MemoryContextSwitchTo(funcctx->multi_call_memory_ctx);
> ^
Thanks for pointing that out.
I have updated the patch.
denty.