Re: [HACKERS] [PATCH] xlogreader-v4

2013-01-08 Thread Andres Freund
On 2013-01-08 20:09:42 +0100, Andres Freund wrote: > From: Andres Freund > Subject: [PATCH] xlogreader-v4 > In-Reply-To: > > Hi, > > this is the latest and obviously best version of xlogreader & xlogdump with > changes both from Heikki and me. > > Changes: > * windows build support for pg_xlog

Re: [HACKERS] [PATCH] xlogreader-v4

2013-01-08 Thread Thom Brown
On 8 January 2013 19:15, Thom Brown wrote: > On 8 January 2013 19:09, Andres Freund wrote: > >> From: Andres Freund >> Subject: [PATCH] xlogreader-v4 >> In-Reply-To: >> >> Hi, >> >> this is the latest and obviously best version of xlogreader & xlogdump >> with >> changes both from Heikki and me

Re: [HACKERS] [PATCH] xlogreader-v4

2013-01-08 Thread Thom Brown
On 8 January 2013 19:09, Andres Freund wrote: > From: Andres Freund > Subject: [PATCH] xlogreader-v4 > In-Reply-To: > > Hi, > > this is the latest and obviously best version of xlogreader & xlogdump with > changes both from Heikki and me. Aren't you forgetting something? -- Thom

[HACKERS] [PATCH] xlogreader-v4

2013-01-08 Thread Andres Freund
From: Andres Freund Subject: [PATCH] xlogreader-v4 In-Reply-To: Hi, this is the latest and obviously best version of xlogreader & xlogdump with changes both from Heikki and me. Changes: * windows build support for pg_xlogdump * xlogdump moved to contrib * xlogdump option parsing enhancements *