Re: Something fishy about the current Makefiles

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Something fishy about the current Makefiles
Дата
Msg-id 1294860592-sup-8432@alvh.no-ip.org
обсуждение исходный текст
Ответ на Something fishy about the current Makefiles  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Excerpts from Tom Lane's message of jue ene 06 13:57:11 -0300 2011:
> Whilst fooling around with GIN, I have repeatedly observed that doing
> "make" in src/backend/access/gin, followed by "make install-bin" in
> src/backend, fails to rebuild the postgres executable --- it just
> installs the existing one.  A second execution of "make install-bin"
> does notice that postgres is out of date and rebuilds it.  This
> procedure for rebuilding after changing one or two .c files has always
> worked for me before.  I can't avoid the suspicion that the recent
> changes to make things more parallel-friendly broke something.

FWIW this explains why I was having such a hard time testing the FOR KEY
LOCK patch.  Please commit whatever fix you have.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: arrays as pl/perl input arguments [PATCH]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: Range Types