Re: [POC] FETCH limited by bytes.

Поиск
Список
Период
Сортировка
От Corey Huinker
Тема Re: [POC] FETCH limited by bytes.
Дата
Msg-id CADkLM=dvXX1XoDor+EYPdpASnMychsu_b2sZMsN0aWyTZnRdQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [POC] FETCH limited by bytes.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [POC] FETCH limited by bytes.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

postgres_fdw.c:2642:16: error: use of undeclared identifier 'server'
                        foreach(lc, server->options)

Odd. Compiled for me. Maybe I messed up the diff. Will get back to you on that with the tests suggested.

 
                                    ^
../../src/include/nodes/pg_list.h:153:26: note: expanded from macro 'foreach'
        for ((cell) = list_head(l); (cell) != NULL; (cell) = lnext(cell))
                                ^

Didn't modify this file on this or any other work of mine. Possible garbage from a git pull. Will investigate.


 

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: proposal: PL/Pythonu - function ereport
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Phrase search ported to 9.6