Re: [PATCHES] compiling with ssl without thread safety still broken

2004-03-27 Thread Bruce Momjian
Tom Lane wrote: > Kris Jurka <[EMAIL PROTECTED]> writes: > > Compiling with ssl without thread safety still broken. > > pq_initssllib is being incorrectly guarded by ENABLE_THREAD_SAFETY. > > Not to mention that it has NO business being declared at some random > place in the middle of the file. F

Re: [PATCHES] compiling with ssl without thread safety still broken

2004-03-26 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > Compiling with ssl without thread safety still broken. > pq_initssllib is being incorrectly guarded by ENABLE_THREAD_SAFETY. Not to mention that it has NO business being declared at some random place in the middle of the file. Fix committed, but some furth

[PATCHES] compiling with ssl without thread safety still broken

2004-03-26 Thread Kris Jurka
Compiling with ssl without thread safety still broken. pq_initssllib is being incorrectly guarded by ENABLE_THREAD_SAFETY. Kris JurkaIndex: src/interfaces/libpq/fe-secure.c === RCS file: /projects/cvsroot/pgsql-server/src/interfaces