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