Always treat a standby returning an an invalid flush location as async

Magnus Hagander <magnus@hagander.net>

Commit: b8aca12d77612007ebde22db14e3971ef664d553
Author: Magnus Hagander <magnus@hagander.net>
Date: 2012-07-04T13:24:17Z
Releases: 9.1.5
Always treat a standby returning an an invalid flush location as async

This ensures that a standby such as pg_receivexlog will not be selected
as sync standby - which would cause the master to block waiting for
a location that could never happen.

Fujii Masao

Files