pgsql: PITR can stop at a named restore point when recovery target = ti

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PITR can stop at a named restore point when recovery target = ti
Date: 2011-02-15 00:52:28
Message-ID: E1Pp99Y-0002K6-9w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PITR can stop at a named restore point when recovery target = time
though must not update the last transaction timestamp.
Plus comment and message cleanup for recent named restore point.

Fujii Masao, minor changes by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5c588be729399af5cb8ec66901e3b578936823a3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-02-15 01:00:46 pgsql: Additional required docs for pg_constraint catalog entry
Previous Message Tom Lane 2011-02-15 00:45:58 pgsql: Fix MSVC build scripts for recent extension-related changes.