Re: Documentation: warn about two_phase when altering a subscription

Поиск
Список
Период
Сортировка
От Peter Smith
Тема Re: Documentation: warn about two_phase when altering a subscription
Дата
Msg-id CAHut+PusXYSTFUqC103jGqgx54_3Neaj6509dak5Xs6ORCEahA@mail.gmail.com
обсуждение исходный текст
Ответ на Documentation: warn about two_phase when altering a subscription  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
Ответы Re: Documentation: warn about two_phase when altering a subscription  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
Список pgsql-hackers
Hi, thanks for the patch. Here are some review comments for v1

======

(below is not showing the links and other sgml rendering -- all those LGTM)

BEFORE
When altering the slot_name, the failover and two_phase properties
values of the named slot may differ from their counterparts failover
and two_phase parameters specified in the subscription. When creating
the slot, ensure the slot failover and two_phase properties match
their counterparts parameters values of the subscription.

SUGGESTION
When altering the slot_name, the failover and two_phase property
values of the named slot may differ from the counterpart failover and
two_phase parameters specified by the subscription. When creating the
slot, ensure the slot properties failover and two_phase match their
counterpart parameters of the subscription.

~

BEFORE
Otherwise, the slot on the publisher may behave differently from what
subscription's failover and two_phase options say: for example, the
slot on the publisher could ...

SUGGESTION:
Otherwise, the slot on the publisher may behave differently from what
these subscription options say: for example, the slot on the publisher
could ...

======
Kind Regards,
Peter Smith.
Fujitsu Australia



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Synchronizing slots from primary to standby
Следующее
От: James Coleman
Дата:
Сообщение: Re: Parallelize correlated subqueries that execute within each worker