Re: Inconsistent DB data in Streaming Replication - Mailing list pgsql-hackers

From Shaun Thomas
Subject Re: Inconsistent DB data in Streaming Replication
Date
Msg-id 5162E75D.8010501@optionshouse.com
Whole thread Raw
In response to Inconsistent DB data in Streaming Replication  (Samrat Revagade <revagade.samrat@gmail.com>)
Responses Re: Inconsistent DB data in Streaming Replication
List pgsql-hackers
On 04/08/2013 05:34 AM, Samrat Revagade wrote:

> One solution to avoid this situation is have the master send WAL
> records to standby and wait for ACK from standby committing WAL files
> to disk and only after that commit data page related to this
> transaction on master.

Isn't this basically what synchronous replication does in PG 9.1+?

-- 
Shaun Thomas
OptionsHouse | 141 W. Jackson Blvd. | Suite 500 | Chicago IL, 60604
312-676-8870
sthomas@optionshouse.com

______________________________________________

See http://www.peak6.com/email_disclaimer/ for terms and conditions related to this email



pgsql-hackers by date:

Previous
From: Samrat Revagade
Date:
Subject: Inconsistent DB data in Streaming Replication
Next
From: Tom Lane
Date:
Subject: Re: Inconsistent DB data in Streaming Replication