Re: BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error
Date
Msg-id 22689.1470320739@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error  (digoal@126.com)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #14275: cursor's variable in pgsql doesn't respect scope
Next
From: huang
Date:
Subject: About hash index question