Re: Makefile for parser

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Makefile for parser
Дата
Msg-id 17127.962031333@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Makefile for parser  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Ответы Re: Makefile for parser  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> I've started doing a bit of work on gram.y, and am noticing some new
> cruftiness in the Makefile: if I add tokens to gram.y/keywords.c then I
> can't just remake in that directory since parse.h is not updated
> elsewhere in the tree.

Uh ... what's your point?  If the changes to parse.h affect anything
else then you ought to be doing a top-level make --- or at the very
least a make in src/backend --- and that will rebuild
include/parser/parse.h.
        regards, tom lane


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: physical backup of PostgreSQL
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Proposal: More flexible backup/restore via pg_dump