Re: [HACKERS] pg_resetxlog sentences

2015-09-24 Thread Fujii Masao
On Fri, Sep 18, 2015 at 1:58 AM, Euler Taveira wrote: > On 17-09-2015 00:25, Fujii Masao wrote: >> >> One relevant question is; why doesn't pg_controldata report >> newestCommitTs? >> > I thought about it while looking at the code but forgot to ask. AFAICS it is > an oversight. See attached patch.

Re: [HACKERS] pg_resetxlog sentences

2015-09-17 Thread Euler Taveira
On 17-09-2015 00:25, Fujii Masao wrote: One relevant question is; why doesn't pg_controldata report newestCommitTs? I thought about it while looking at the code but forgot to ask. AFAICS it is an oversight. See attached patch. -- Euler Taveira Timbira - http://www.timbir

Re: [HACKERS] pg_resetxlog sentences

2015-09-17 Thread Alvaro Herrera
Fujii Masao wrote: > On Thu, Sep 17, 2015 at 5:00 AM, Alvaro Herrera > wrote: > > Robert Haas wrote: > >> On Tue, Sep 15, 2015 at 9:52 PM, Euler Taveira > >> wrote: > >> > While updating translations, I came across those almost similar > >> > sentences. > >> > > >> > pg_controldata.c > >> > > >

Re: [HACKERS] pg_resetxlog sentences

2015-09-16 Thread Fujii Masao
On Thu, Sep 17, 2015 at 5:00 AM, Alvaro Herrera wrote: > Robert Haas wrote: >> On Tue, Sep 15, 2015 at 9:52 PM, Euler Taveira wrote: >> > While updating translations, I came across those almost similar sentences. >> > >> > pg_controldata.c >> > >> > 273 printf(_("Latest checkpoint's oldestCom

Re: [HACKERS] pg_resetxlog sentences

2015-09-16 Thread Alvaro Herrera
Robert Haas wrote: > On Tue, Sep 15, 2015 at 9:52 PM, Euler Taveira wrote: > > While updating translations, I came across those almost similar sentences. > > > > pg_controldata.c > > > > 273 printf(_("Latest checkpoint's oldestCommitTs: %u\n"), > > 274ControlFile.checkPointCopy.o

Re: [HACKERS] pg_resetxlog sentences

2015-09-16 Thread Robert Haas
On Tue, Sep 15, 2015 at 9:52 PM, Euler Taveira wrote: > While updating translations, I came across those almost similar sentences. > > pg_controldata.c > > 273 printf(_("Latest checkpoint's oldestCommitTs: %u\n"), > 274ControlFile.checkPointCopy.oldestCommitTs); > > pg_resetxlog.