1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Disasble threads on unixware until other platforms report a problem.

This commit is contained in:
Bruce Momjian
2004-03-22 14:53:43 +00:00
parent 6367ed4382
commit 682a6bd5eb

View File

@ -27,7 +27,9 @@ fi
# tools/thread/thread_test must be run # tools/thread/thread_test must be run
THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT" THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT"
THREAD_SUPPORT=yes # Disabled because flags are required for all apps using libpq.
# Waiting to see if other platforms need this too. 2004-03-22
#THREAD_SUPPORT=yes
# verified UnixWare 7.1.4 2004-03-18 # verified UnixWare 7.1.4 2004-03-18
STRERROR_THREADSAFE=yes STRERROR_THREADSAFE=yes
GETPWUID_THREADSAFE=yes GETPWUID_THREADSAFE=yes