Re: Synchronous replication - Mailing list pgsql-hackers

From Yeb Havinga
Subject Re: Synchronous replication
Date
Msg-id 4C4D5713.4050603@gmail.com
Whole thread Raw
In response to Re: Synchronous replication  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Synchronous replication
List pgsql-hackers
Fujii Masao wrote:
> I still like
>
>     replication_mode = {async|recv|fsync|replay}
>
> rather than
>
>     synchronous_replication = {on|off}
>     acknowledge_commit = {no|recv|fsync|replay}
>   
Hello Fujii,

I wasn't entirely clear. My suggestion was to have only
   acknowledge_commit = {no|recv|fsync|replay}

instead of
   replication_mode = {async|recv|fsync|replay}


regards,
Yeb Havinga


pgsql-hackers by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: quorum commit Re: Synchronous replication
Next
From: Fujii Masao
Date:
Subject: Re: Synchronous replication