Re: Synchronous replication - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Synchronous replication
Date
Msg-id AANLkTimEEgmH-zc7DwBH5jmqW64qDsoZR70MByFQn7JF@mail.gmail.com
Whole thread Raw
In response to Re: Synchronous replication  (Yeb Havinga <yebhavinga@gmail.com>)
Responses Re: Synchronous replication
List pgsql-hackers
On Mon, Jul 26, 2010 at 6:36 PM, Yeb Havinga <yebhavinga@gmail.com> wrote:
> 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}

Okay, I'll change the patch accordingly.

Regards,

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


pgsql-hackers by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: Synchronous replication
Next
From: Marko Tiikkaja
Date:
Subject: Re: Synchronous replication