Re: What has happened to pgxs?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What has happened to pgxs?
Дата
Msg-id 3346.1127483825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What has happened to pgxs?  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> There's another issue with the Makefile.global.in that I feel should be 
> addressed here. The file contains a lot of entries like:

> ifeq "$(findstring pgsql, $(pkgincludedir))" ""
> ifeq "$(findstring postgres, $(pkgincludedir))" ""
> override pkgincludedir := $(pkgincludedir)/postgresql
> endif
> endif

> Guess what happens if the install-location in itself contains the string 
> postgres?

That's the way it's supposed to work.  The point of this code is just
to not dump the install files directly into common directories like
/usr/local/include.  If "postgres" appears anywhere in the string then
it's obviously not a common directory.
        regards, tom lane


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

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Re: What has happened to pgxs?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Releasing memory during External sorting?