Re: [HACKERS] logical replication and SIGHUP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] logical replication and SIGHUP
Дата
Msg-id 7439.1491833026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] logical replication and SIGHUP  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
Список pgsql-hackers
Petr Jelinek <petr.jelinek@2ndquadrant.com> writes:
> On 10/04/17 14:40, Tom Lane wrote:
>> Umm ... you're doing what?

> We are doing:
> +       SetConfigOption("synchronous_commit",
> +                                       MySubscription->synccommit ?
> "local" : "off",
> +                                       PGC_BACKEND, PGC_S_OVERRIDE);

That looks fine.

> I don't remember from top of my head if above is safe enough against
> config reread or not, hence the note.

Yes, the override will take care of it ...
        regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-www] [HACKERS] Small issue in online devel documentationbuild
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [HACKERS] pg_dump emits ALTER TABLE ONLY partitioned_table