Re: [PATCH 4/5] Add pg_xlogdump contrib module - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH 4/5] Add pg_xlogdump contrib module
Date
Msg-id 20130204175748.GE22226@awork2.anarazel.de
Whole thread Raw
In response to Re: [PATCH 4/5] Add pg_xlogdump contrib module  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: [PATCH 4/5] Add pg_xlogdump contrib module  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 2013-02-04 14:55:56 -0300, Alvaro Herrera wrote:
> Andres Freund wrote:
> > On 2013-02-04 13:22:26 -0300, Alvaro Herrera wrote:
> 
> > > +typedef struct RmgrDescData
> > > +{
> > > +    void        (*rm_desc) (StringInfo buf, uint8 xl_info, char *rec);
> > > +} RmgrDescData;
> > > +
> > > +extern const RmgrDescData RmgrDescTable[];
> > > +
> > 
> > I think we would at least need to include rm_name here as well.
> 
> Not rm_name (that would be duplicative), but a comment with the name of
> each rmgr's name in its line should be sufficient.

Maybe I am misunderstanding what you want to do, but xlogdump prints the
name of the rmgr and allows to filter by it, how would we do that
without rm_name?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: json api WIP patch
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCH 4/5] Add pg_xlogdump contrib module