Re: [PATCH 03/14] Add simple xlogdump tool - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: [PATCH 03/14] Add simple xlogdump tool
Date
Msg-id CAMkU=1xpXruPNyAKeYAvdjC=5Oqb7NXXCOop1C8O5yj=kvk_qQ@mail.gmail.com
Whole thread Raw
In response to [PATCH 03/14] Add simple xlogdump tool  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: [PATCH 03/14] Add simple xlogdump tool  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Wed, Nov 14, 2012 at 5:17 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> ---
>  src/bin/Makefile            |   2 +-
>  src/bin/xlogdump/Makefile   |  25 +++
>  src/bin/xlogdump/xlogdump.c | 468 ++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 494 insertions(+), 1 deletion(-)
>  create mode 100644 src/bin/xlogdump/Makefile
>  create mode 100644 src/bin/xlogdump/xlogdump.c

Is this intended to be the successor of
https://github.com/snaga/xlogdump which will then be deprecated?

Thanks,

Jeff



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] binary heap implementation
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] binary heap implementation