Re: oldest/newestCommitTs output by pg_controldata - Mailing list pgsql-hackers

From Tom Lane
Subject Re: oldest/newestCommitTs output by pg_controldata
Date
Msg-id 20604.1451327020@sss.pgh.pa.us
Whole thread Raw
In response to Re: oldest/newestCommitTs output by pg_controldata  (Joe Conway <mail@joeconway.com>)
Responses Re: oldest/newestCommitTs output by pg_controldata  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> I think the attached does the job. Note I settled on
> (new|old)estCommitTsXid as that seemed most descriptive and not horribly
> longer than before. It did mean, however, that I needed to add a single
> space to all the output in pg_resetxlog and pg_controldata, which added
> a fair amount to the patch size.

Hm.  That will break all the translations for those messages, no?
Not sure it's worth it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: oldest/newestCommitTs output by pg_controldata
Next
From: Alvaro Herrera
Date:
Subject: Re: oldest/newestCommitTs output by pg_controldata