Re: [HACKERS] Thread-safe questions in configure

2003-07-22 Thread Bruce Momjian
Peter Eisentraut wrote: > I have two questions about the support for thread-safe clients in > configure: > > configure sets NEED_REENTRANT_FUNC_NAMES=no, overwriting the template > setting. Why? Forgot to remove it when I moved the stuff to templates. > The check for reentrant functions says:

[HACKERS] Thread-safe questions in configure

2003-07-22 Thread Peter Eisentraut
I have two questions about the support for thread-safe clients in configure: configure sets NEED_REENTRANT_FUNC_NAMES=no, overwriting the template setting. Why? The check for reentrant functions says: # Include special flags if threads are enabled _and_ if required for # threading on this platf