Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from aREFCURSOR

Поиск
Список
Период
Сортировка
От Dent John
Тема Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from aREFCURSOR
Дата
Msg-id 0B00672A-B3EF-4FA3-9CBE-ADFEF7068181@QQdd.eu
обсуждение исходный текст
Ответ на Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from a REFCURSOR  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from aREFCURSOR  (Dent John <denty@QQdd.eu>)
Список pgsql-hackers
> 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.


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: reindex concurrently and two toast indexes
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: reindex concurrently and two toast indexes