Re: buildfarm failures on crake and sittella

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: buildfarm failures on crake and sittella
Дата
Msg-id 56213FA4.6010602@dunslane.net
обсуждение исходный текст
Ответ на buildfarm failures on crake and sittella  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: buildfarm failures on crake and sittella  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers

On 10/16/2015 11:13 AM, Robert Haas wrote:
> Andrew,
>
> The FileTextArrayFDW-build failure on crake, and the RedisFDW-build
> failure on sittella, are expected results of my commit
> 5043193b78919a1bd144563aadc2f7f726549913.  If those FDWs do not push
> quals down, they just need to be updated to pass an additional NIL
> argument to make_foreignscan().  If they do, they need to pass a list
> of the pushed-down quals in that new argument, as described in the
> above-mentioned commit.
>
> Can you either update those FDWs or disable those builds for now so
> the BF is happy?


I expect to get to it tomorrow.

cheers

andrew



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Getting sorted data from foreign server
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Obsolete use of volatile in walsender.c, walreceiver.c, walreceiverfuncs.c?