Re: building pg_dump doesn't work - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: building pg_dump doesn't work
Date
Msg-id 20090304170552.GK12851@alvh.no-ip.org
Whole thread Raw
In response to Re: building pg_dump doesn't work  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> Alvaro Herrera wrote:
> > Tom Lane wrote:
>
> > > What I'd suggest is something similar to the design of the errcodes.h
> > > header: create a header file containing just the list of PG_KEYWORD
> > > macro calls, and have the different users #include it after defining
> > > that macro appropriately.  Having .c files include other .c files is
> > > usually best avoided on least-surprise grounds.
> >
> > Seems doable.
>
> Attached.

Minor fixes over the previous patch.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: building pg_dump doesn't work
Next
From: Tom Lane
Date:
Subject: Re: SQL/MED compatible connection manager