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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: digoal(at)126(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14277: when define USE_NAMED_POSIX_SEMAPHORES , make error
Date: 2016-08-04 14:25:39
Message-ID: 22689.1470320739@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

digoal(at)126(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message huang 2016-08-04 14:54:57 About hash index question
Previous Message David G. Johnston 2016-08-04 14:23:53 Re: BUG #14275: cursor's variable in pgsql doesn't respect scope