Re: [HACKERS] WAL dump tool

2009-05-17 Thread Rodrigo E . De León Plicet
On Sun, May 10, 2009 at 12:23 AM, Robert Treat wrote: > On Saturday 09 May 2009 00:20:43 Jaime Casanova wrote: >> On Fri, May 8, 2009 at 3:43 AM, higepon wrote: >> > Hi. >> > Is the following todo item still necessary? >> > >> >  Create dump tool for write-ahead logs for use in determining >> > t

Re: [HACKERS] WAL dump tool

2009-05-09 Thread Robert Treat
On Saturday 09 May 2009 00:20:43 Jaime Casanova wrote: > On Fri, May 8, 2009 at 3:43 AM, higepon wrote: > > Hi. > > Is the following todo item still necessary? > > > >  Create dump tool for write-ahead logs for use in determining > > transaction id for point-in-time recovery. > >    This is useful

Re: [HACKERS] WAL dump tool

2009-05-08 Thread Jaime Casanova
On Fri, May 8, 2009 at 3:43 AM, higepon wrote: > Hi. > Is the following todo item still necessary? > >  Create dump tool for write-ahead logs for use in determining > transaction id for point-in-time recovery. >    This is useful for checking PITR recovery. > > If so, I want to make it. > What is

[HACKERS] WAL dump tool

2009-05-08 Thread higepon
Hi. Is the following todo item still necessary? Create dump tool for write-ahead logs for use in determining transaction id for point-in-time recovery. This is useful for checking PITR recovery. If so, I want to make it. What is the expected output of the dump tool? TransactionId, TimeLineI