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

Magnus Hagander <magnus@hagander.net>

Commit: 8c8adf4aa43d6c0da2243aea65d3dc508c79a933
Author: Magnus Hagander <magnus@hagander.net>
Date: 2012-07-04T13:14:57Z
Releases: 9.2.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