Re: Join push-down for foreign tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Join push-down for foreign tables
Дата
Msg-id 17066.1314718142@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Join push-down for foreign tables  (Shigeru Hanada <shigeru.hanada@gmail.com>)
Список pgsql-hackers
Shigeru Hanada <shigeru.hanada@gmail.com> writes:
> BTW, Is adding foreign server oid to RelOptInfo acceptable?

No objection here.

> This field
> is set in build_simple_rel() or build_join_rel() if the RelOptInfo
> itself is a foreign scan, or it is a foreign join and both inner and
> outer RelOptInfo have same and valid foreign server oid.

I think you mean "if all the base rels in the join rel come from the
same foreign server".
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: compile from git repository
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Inputting relative datetimes