Re: pgsql: Add mode where contrib installcheck runs each module in a separa

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Add mode where contrib installcheck runs each module in a separa
Дата
Msg-id 50BD136D.1020405@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Add mode where contrib installcheck runs each module in a separa  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 12/03/2012 03:11 PM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 12/03/2012 02:46 PM, Tom Lane wrote:
>>> I see this too.  Given that I want to wrap the back branches in a few
>>> minutes, please revert at least in the back branches.  I can't wait
>>> for you to sort this out.
>> OK. I reverted the lot.
> Thanks, appreciate it.  I'll help look into the problem late tonight,
> if it's not sorted by then, but I have no time right now ...


Looks like undefine is a new feature in gmake 3.82. I can reproduce this
on my SL6 box which has 3.81. I'll have to come up with something other
than ifdef, like

     ifneq ($(USE_MODULE_DB),)

and use the override in dblink's Makefile to set it to the empty string.


cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Stamp 8.3.22.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, fix bug where no users were dumped in pg_dumpall