LSN as a recovery target - Mailing list pgsql-hackers

From Michael Paquier
Subject LSN as a recovery target
Date
Msg-id CAB7nPqRKKyZQhcB39mty9C_gfB0ODRUQZEWB4GPP8ARpdAB=ZA@mail.gmail.com
Whole thread Raw
Responses Re: LSN as a recovery target  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Hi all,

Today somebody has pointed me out that it could be interesting to be
able to recovery up to a given LSN position. One argument behind that
was to allow a maximum of things to recover up to the point where a
relation block got corrupted by a specific record because of a broken
segment. So that would be simply having recovery_target_lsn in
recovery.conf similar to what we have now.
Thoughts?
-- 
Michael



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Typo in 001_initdb.pl
Next
From: Peter Geoghegan
Date:
Subject: Re: BTREE_BUILD_STATS build is broken