pgsql: Init crash recovery using the latest available TLI

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Init crash recovery using the latest available TLI
Date: 2013-05-19 16:34:16
Message-ID: E1Ue6Yq-0003d3-Kc@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-05-20 02:03:41 pgsql: Clarify documentation of EXPLAIN (TIMING OFF) option.
Previous Message Simon Riggs 2013-05-19 16:02:20 pgsql: Emit msg correctly for timeline-crossing crash