pgsql: Init crash recovery using the latest available TLI - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Init crash recovery using the latest available TLI
Date
Msg-id E1Ue6Yq-0003d3-Kc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Init crash recovery using the latest available TLI

This simplifies the handling of crashes after fast promotion and various
minor cases that can exist in short timing windows around that case.

Broad fix to bug reported by Michael Paquier on -hackers,
approach prompted by Heikki Linnakangas

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d4337a0dcbd29e5b11c2157f808916de62de05e4

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


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Emit msg correctly for timeline-crossing crash
Next
From: Tom Lane
Date:
Subject: pgsql: Clarify documentation of EXPLAIN (TIMING OFF) option.