projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6367ed4
)
Disasble threads on unixware until other platforms report a problem.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 22 Mar 2004 14:53:43 +0000
(14:53 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 22 Mar 2004 14:53:43 +0000
(14:53 +0000)
src/template/unixware
patch
|
blob
|
blame
|
history
diff --git
a/src/template/unixware
b/src/template/unixware
index 000bd57b4a2c7cc90d168a5b93a82a3e894bb8fc..ea66f47f410cb001bb2b3083fed06e912d85cb0a 100644
(file)
--- 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