Re: pg_xlogdump - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_xlogdump
Date
Msg-id 20130222195837.GJ9507@alvh.no-ip.org
Whole thread Raw
In response to Re: pg_xlogdump  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: pg_xlogdump  (Andres Freund <andres@2ndquadrant.com>)
Re: pg_xlogdump  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Andres Freund wrote:
> On 2013-02-13 12:09:37 -0300, Alvaro Herrera wrote:
> > Here's an updated version of pg_xlogdump.  This is rebased on top of the
> > committed xlogreader, palloc restructuring and libpgcommon, PG_RMGR
> > stuff, and is basically a revamped version of what Andres submitted in
> > http://www.postgresql.org/message-id/1357672187-7693-5-git-send-email-andres@2ndquadrant.com
>
> Two tiny followup bits, I had fixed since:
> * one copy-and-paste-o in an error message
> * replace stupid directory verification implementation
> * fix include in compat.c to include utils/timestamp.h instead of
>   datatype/

Applied with some additional fixes.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: JSON Function Bike Shedding
Next
From: Andres Freund
Date:
Subject: Re: pg_xlogdump