| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера