Re: postgres_fdw behaves oddly

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: postgres_fdw behaves oddly
Дата
Msg-id 54630B81.8060801@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: postgres_fdw behaves oddly  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Ответы Re: postgres_fdw behaves oddly  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
(2014/11/11 18:45), Etsuro Fujita wrote:
> (2014/11/10 20:05), Ashutosh Bapat wrote:
>> Since two separate issues 1. using reltargetlist instead of attr_needed
>> and 2. system columns usage in FDW are being tackled here, we should
>> separate the patch into two one for each of the issues.
>
> Agreed.  Will split the patch into two.

Here are splitted patches:

fscan-reltargetlist.patch  - patch for #1
postgres_fdw-syscol.patch  - patch for #2

Thanks,

Best regards,
Etsuro Fujita

Вложения

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Final Patch for GROUPING SETS
Следующее
От: Michael Paquier
Дата:
Сообщение: New storage parameter pages_per_range not mentioned in CREATE INDEX doc