Re: [POC] FETCH limited by bytes.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [POC] FETCH limited by bytes.
Дата
Msg-id CA+Tgmob5q7KUwvVdQCbb3Od8e7=fdFXBJRNVA5Efj3718r7doQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [POC] FETCH limited by bytes.  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: [POC] FETCH limited by bytes.  (Corey Huinker <corey.huinker@gmail.com>)
Список pgsql-hackers
On Tue, Feb 2, 2016 at 5:57 PM, Corey Huinker <corey.huinker@gmail.com> wrote:
>> 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.

I don't see how.  There really is no declaration in there for a
variable called server.

>> ../../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.

This is context information for the same error, not a separate problem.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Phrase search ported to 9.6
Следующее
От: Tom Lane
Дата:
Сообщение: Why is hstore_to_json_loose not like hstore_to_jsonb_loose?