Re: Proposal for changes to recovery.conf API

Abhijit Menon-Sen <ams@2ndquadrant.com>

From: Abhijit Menon-Sen <ams@2ndQuadrant.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: pgsql-hackers@postgresql.org, Simon Riggs <simon@2ndquadrant.com>
Date: 2016-09-01T07:22:10Z
Lists: pgsql-hackers
At 2016-09-01 15:51:11 +0900, michael.paquier@gmail.com wrote:
>
> -                   (errmsg("starting point-in-time recovery to XID %u",
> -                           recoveryTargetXid)));
> User loses information if those logs are removed.

Agreed. I'm revising the patch right now, and I decided to leave them.
I'll consider and comment on the remainder of your points after I've
posted an update. Thanks for reading.

-- Abhijit