Re: [HACKERS] Proposal to add work_mem option to postgres_fdw module

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Proposal to add work_mem option to postgres_fdw module
Дата
Msg-id CA+TgmoYGboooJVcZDX+mSRDjr3Ug2acOM=AJDGiqaen5G32Fmg@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] Proposal to add work_mem option to postgres_fdw module  ("Shinoda, Noriyoshi (PN Japan GCS Delivery)" <noriyoshi.shinoda@hpe.com>)
Ответы RE: [HACKERS] Proposal to add work_mem option to postgres_fdw module
Список pgsql-hackers
On Fri, Aug 17, 2018 at 2:07 AM Shinoda, Noriyoshi (PN Japan GCS Delivery) <noriyoshi.shinoda@hpe.com> wrote:

The attached patch adds a new option work_mem to postgres_fdw contrib module.

Previously, it was impossible to change the setting of work_mem for remote session with connection by postgres_fdw.


It would be nicer to have a generic way to set any GUC, vs. something that only works for work_mem.

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

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Accidental removal of a file causing various problems
Следующее
От: Bruce Momjian
Дата:
Сообщение: Compile failures today