pgsql: PITR can stop at a named restore point when recovery target = ti - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: PITR can stop at a named restore point when recovery target = ti
Date
Msg-id E1Pp99Y-0002K6-9w@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix MSVC build scripts for recent extension-related changes.
Next
From: Simon Riggs
Date:
Subject: pgsql: Additional required docs for pg_constraint catalog entry