Re: LSN as a recovery target - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: LSN as a recovery target
Date
Msg-id CANP8+jLE_xCWnv_=goiyWPfqiSPd_pPjdaagXH74xJAgYyijWw@mail.gmail.com
Whole thread Raw
In response to Re: LSN as a recovery target  (Petr Jelinek <petr@2ndquadrant.com>)
Responses Re: LSN as a recovery target  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 23 August 2016 at 09:39, Petr Jelinek <petr@2ndquadrant.com> wrote:

> Looks very reasonable to me (both patches). Thanks for doing that.
>
> I am inclined to mark this as ready for committer.

Looking at it now.

The messages for recovery_target_lsn don't mention after or before, as
do other targets... e.g.    recoveryStopAfter ? "after" : "before",
My understanding is that if you request an LSN that isn't the exact
end point of a WAL record then it will either stop before or after the
requested point, so that needs to be described in the docs and in the
messages generated prior to starting to search.

Everything else looks in good order.

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Adrien Nayrat
Date:
Subject: Re: LSN as a recovery target
Next
From: Craig Ringer
Date:
Subject: Re: [PATCH] Transaction traceability - txid_status(bigint)