Re: Review: Patch to compute Max LSN of Data Pages - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Review: Patch to compute Max LSN of Data Pages
Date
Msg-id 20130625174212.GF7716@awork2.anarazel.de
Whole thread Raw
In response to Re: Review: Patch to compute Max LSN of Data Pages  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Review: Patch to compute Max LSN of Data Pages
Re: Review: Patch to compute Max LSN of Data Pages
List pgsql-hackers
Hi,

On 2013-06-16 17:19:49 -0700, Josh Berkus wrote:
> Amit posted a new version of this patch on January 23rd.  But last
> comment on it by Tom is "not sure everyone wants this".
> 
> https://commitfest.postgresql.org/action/patch_view?id=905

> ... so, what's the status of this patch?

That comment was referencing a mail of mine - so perhaps I better
explain:

I think the usecase for this utility isn't big enough to be included in
postgres since it really can only help in a very limited
circumstances. And I think it's too likely to be misused for stuff it's
not useable for (e.g. remastering).

The only scenario I see is that somebody deleted/corrupted
pg_controldata. In that scenario the tool is supposed to be used to find
the biggest lsn used so far so the user then can use pg_resetxlog to set
that as the wal starting point.
But that can be way much easier solved by just setting the LSN to
something very, very high. The database cannot be used for anything
reliable afterwards anyway.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Liming Hu
Date:
Subject: Re: request a new feature in fuzzystrmatch
Next
From: Andres Freund
Date:
Subject: Re: Kudos for Reviewers -- straw poll