Re: CVS HEAD compile failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CVS HEAD compile failure
Дата
Msg-id 18920.1070903959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CVS HEAD compile failure  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> Syntax errors in known good code, especially header files are a typical
> symptom of missing typedefs. A good thing to know to recognize right away or
> else you'll spend lots of time puzzling over seemingly good code.

Actually it turns out the error was the other way round: a name that the
code did not expect to be a typedef was being taken as one.  But yeah,
"impossible" syntax errors in C code are often a symptom of typedef
trouble.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: Index pg_toast_8443892_index is not a btree
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: CVS HEAD compile failure