Re: [HACKERS] Re: new high availability feature for the system withboth asynchronous and synchronous replication - Mailing list pgsql-hackers

From Higuchi, Daisuke
Subject Re: [HACKERS] Re: new high availability feature for the system withboth asynchronous and synchronous replication
Date
Msg-id 1803D792815FC24D871C00D17AE95905ADC08D@g01jpexmbkw24
Whole thread Raw
In response to Re: [HACKERS] Re: new high availability feature for the system withboth asynchronous and synchronous replication  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
From: Robert Haas [mailto:robertmhaas@gmail.com]
>> This patch enables walsender for async to wait until walsender for sync confirm
>> WAL is flashed to Disk. This feature is activated when GUC parameter
>> "async_walsender_delay" is set on.
> So this new option makes asynchronous replication synchronous?
No, this feature only delays the start of WAL transfer of asynchronous replication. 
Asynchronous replication on this feature does not wait for response from standby. 
(This behavior does not be changed, so it is the same as before. )

Regards, 
Daisuke Higuchi


pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] dropping partitioned tables without CASCADE
Next
From: David Rowley
Date:
Subject: [HACKERS] Foreign Join pushdowns not working properly for outer joins