Thread: pgsql: Remove rare corner case for data loss when triggering standby se

pgsql: Remove rare corner case for data loss when triggering standby se

From
Simon Riggs
Date:
Remove rare corner case for data loss when triggering standby server.
If the standby was streaming when trigger file arrives, check also in the
archive for additional WAL files. This is a corner case since it is
unlikely that we would trigger a failover while the master is still
available and sending data to standby, while at the same time running in
archive mode and also while the streaming standby has fallen behind archive.
Someone would eventually be unlucky; we must plug all gaps however small.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=faa0550572583f51dba25611ab0f1d1c31de559b

Modified Files
--------------
src/backend/access/transam/xlog.c |    7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)