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

Magnus Hagander <magnus@hagander.net>

Commit: 0c4b468692804a232e324962d968e61c1837a13a
Author: Magnus Hagander <magnus@hagander.net>
Date: 2012-07-04T13:14:42Z
Releases: 9.3.0
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