summaryrefslogtreecommitdiff
path: root/src/template/bsdi
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-02-11 21:44:06 +0000
committerBruce Momjian <bruce@momjian.us>2004-02-11 21:44:06 +0000
commitc6f05593710757351535cc80a3872152d91e5cef (patch)
treeb6381cb0ff9a63a2f38eda1d139b60f3946c08b6 /src/template/bsdi
parent15b330b648553627230a11adce304103a55e0b62 (diff)
downloadpostgresql-c6f05593710757351535cc80a3872152d91e5cef.tar.gz
Check and set thread-safe functions separately, rather than as a single
variable. Remove thread locking for non-thread-safe functions, instead throw a compile error. Platforms will have to re-run tools/thread to record their thread safety.
Diffstat (limited to 'src/template/bsdi')
-rw-r--r--src/template/bsdi5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/template/bsdi b/src/template/bsdi
index 4c62ce4421..dd750bdc99 100644
--- a/src/template/bsdi
+++ b/src/template/bsdi
@@ -3,4 +3,7 @@ case $host_os in
esac
THREAD_SUPPORT=yes
-NEED_REENTRANT_FUNCS=no # verified 4.3 2003-09-26
+# verified 4.3.1 2004-02-11
+STRERROR_THREADSAFE=yes
+GETPWUID_THREADSAFE=yes
+GETHOSTBYNAME_THREADSAFE=yes