pgsql: Remove rare corner case for data loss when triggering standby se - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Remove rare corner case for data loss when triggering standby se
Date
Msg-id E1PmowD-0003Bk-5I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: UINT64_MAX isn't defined on MSVC.