How should the waiting backends behave in sync rep? - Mailing list pgsql-hackers

From Fujii Masao
Subject How should the waiting backends behave in sync rep?
Date
Msg-id AANLkTimfvNzJy490wp95vP1RLumkxEZBTWUjhA_Dd1QS@mail.gmail.com
Whole thread Raw
Responses Re: How should the waiting backends behave in sync rep?
List pgsql-hackers
Hi,

How should the backends waiting for replication behave when
synchrnous_standby_names
is set to '' and the configuration file is reloaded? Now they keep
waiting for the ACK from the
standby. But I think that it's more natural for them to get out of the
wait state and complete
the transaction in that case. If we'll change them in that way, we
would no longer need
something like "pg_ctl standalone" which I mentioned in another thread. Thought?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: [DOCS] Sync rep doc corrections
Next
From: Tom Lane
Date:
Subject: Re: Theory of operation of collation patch