Re: preproc.c compilation error

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: preproc.c compilation error
Дата
Msg-id 20140109141549.GB12378@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: preproc.c compilation error  (Rugal Bernstein <ryujinwrath@gmail.com>)
Список pgsql-hackers
On 2014-01-09 22:12:53 +0800, Rugal Bernstein wrote:
> Thanks, seems it is because the first time pgc.c and others are generated,
> but [make distclean] did not clean them, which lead to this problem!
> after [rm pgc.c preproc.h preproc.c preproc.y]
> it is now successfully compiled without any warning! thank you!

maintainer-clean removes those, distclean doesn't because they are
distributed so people without flex/bison can compile postgres.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Rugal Bernstein
Дата:
Сообщение: Re: preproc.c compilation error
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Performance Improvement by reducing WAL for Update Operation