Re: CVS HEAD compile failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS HEAD compile failure
Date: 2003-12-08 03:07:00
Message-ID: 1328.1070852820@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Attached is a compile failure I am seeing in CVS HEAD in bin/pg_dump.

Hmm. I made some what-I-thought-were-unimportant changes in the order
of header inclusions in pg_dump. Probably what you are seeing is a
previously unnoticed case of some header that requires some other header
to be included beforehand. The syntax errors are likely due to a
typedef name not being defined before use. Does that help?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2003-12-08 03:08:07 aggregate + view + alias crash on 7.4 stable
Previous Message Tom Lane 2003-12-08 02:56:07 Re: Call for pg_dump testing