Re: BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error
Дата
Msg-id 22689.1470320739@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error  (digoal@126.com)
Список pgsql-bugs
digoal@126.com writes:
> CFLAGS=-DUSE_NAMED_POSIX_SEMAPHORES ./configure

That's not the correct way to do it; it will result in configure doing the
wrong things (in particular, selecting the wrong semaphore implementation
file).  Instead use

configure ... USE_NAMED_POSIX_SEMAPHORES=1

            regards, tom lane

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14275: cursor's variable in pgsql doesn't respect scope
Следующее
От: huang
Дата:
Сообщение: About hash index question