Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Heikki Linnakangas" <heikki.linnakangas@enterprisedb.com>, "Aidan Van Dyk" <aidan@highrise.ca>
Cc: "Simon Riggs" <simon@2ndQuadrant.com>, "Fujii Masao" <masao.fujii@gmail.com>, "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2010-02-11T18:22:44Z
Lists: pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
 
> I think 'rsync' has the same problem.
 
There is a switch you can use to create the problem under rsync, but
by default rsync copies to a temporary file name and moves the
completed file to the target name.
 
-Kevin