Re: CVS HEAD compile failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CVS HEAD compile failure
Дата
Msg-id 1328.1070852820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на CVS HEAD compile failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: CVS HEAD compile failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Call for pg_dump testing
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: aggregate + view + alias crash on 7.4 stable