Re: libpq_r

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: libpq_r
Дата
Msg-id 200307241518.h6OFIP726909@candle.pha.pa.us
обсуждение исходный текст
Ответ на libpq_r  (Lee Kindness <lkindness@csl.co.uk>)
Ответы Re: libpq_r  (Lee Kindness <lkindness@csl.co.uk>)
Список pgsql-hackers
Peter Eisentraut wrote:
> Bruce Momjian writes:
> 
> > Now I see what you are saying, that _REENTRANT just makes it reentrant,
> 
> _REENTRANT only makes additional functions visible in the header files, it
> doesn't change any functions to behave differently.  (This is not hard to
> imagine, because the lack of reentrancy of most functions lies in the
> public interface, and you can't change that transparently.)
> 
> > and doesn't have a downside in terms of performance.
> 
> It follows from the above that this is irrelevant.
> 
> > However, notice the flags needed under Linux:
> >
> >     THREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
> 
> Those flags are bogus.  You don't need any flags under Linux.

Is that true for all versions of Linux?  Don't we need the first one so
we compile cleanly.

Also, the remaining to linux settings:
THREAD_LIBS="-lpthread"NEED_REENTRANT_FUNC_NAMES=yes

I assume -lpthread does have an effect on the library, or does it?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: libpq_r
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: libpq_r