Re: Description of ForeignPath

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: Description of ForeignPath
Дата
Msg-id 57172DCB.5040700@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Description of ForeignPath  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: Description of ForeignPath  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
On 2016/04/18 17:31, Amit Langote wrote:
> Is the following description now outdated:
>
> "ForeignPath represents a potential scan of a foreign table"
>
> Considering that there now exists FdwRoutine.GetForeignJoinPaths() whose
> product is nothing else but a ForeignPath, should it now say (patch attached):
>
> "ForeignPath represents a potential scan of foreign table(s)"
>
> Or something better.

I think it'd be better to match the comment with that for 
create_foreignscan_path().  So how about "ForeignPath represents a 
potential scan of a foreign table, foreign join, or foreign 
upper-relation processing"?  I think we would probably need to update 
the comment in src/backend/optimizer/README (L358), too.

Best regards,
Etsuro Fujita





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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Support for N synchronous standby servers - take 2
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Description of ForeignPath