Re: backend/parser compile prob

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: backend/parser compile prob
Дата
Msg-id 22757.1058282511@sss.pgh.pa.us
обсуждение исходный текст
Ответ на backend/parser compile prob  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Ответы Re: backend/parser compile prob  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Список pgsql-hackers
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> I'm getting far too many errors while trying to compile gram.c in the
> backend/parser, that I must be missing something.

I think you need to force gram.c to be regenerated.  Try removing it
(and parse.h too) before building.

> % cvs diff src/backend/parser/gram.c

gram.c is not in CVS.  I'm surprised you didn't get an error from that.
(I get "cvs server: I know nothing about gram.c".)
        regards, tom lane


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

Предыдущее
От: Samuel A Horwitz
Дата:
Сообщение: CVS compile on AIX 4.3.2
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: backend/parser compile prob