summaryrefslogtreecommitdiff
path: root/src/template/unixware
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-03-22 14:53:43 +0000
committerBruce Momjian <bruce@momjian.us>2004-03-22 14:53:43 +0000
commit682a6bd5eb55cb3880cd52101f66f7a3e0f41a86 (patch)
tree4d27cfe285fbd1d2ccbfb05649c457635c8370c2 /src/template/unixware
parent6367ed43820766e2d7387a3e0c711480be4576b8 (diff)
downloadpostgresql-682a6bd5eb55cb3880cd52101f66f7a3e0f41a86.tar.gz
Disasble threads on unixware until other platforms report a problem.
Diffstat (limited to 'src/template/unixware')
-rw-r--r--src/template/unixware4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/template/unixware b/src/template/unixware
index 000bd57b4a..ea66f47f41 100644
--- a/src/template/unixware
+++ b/src/template/unixware
@@ -27,7 +27,9 @@ fi
# tools/thread/thread_test must be run
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
STRERROR_THREADSAFE=yes
GETPWUID_THREADSAFE=yes