summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-09-29 03:32:05 +0000
committerBruce Momjian2003-09-29 03:32:05 +0000
commit3e4b208285f6ffd9a1f6db4eb4c1b61b80e2a349 (patch)
tree4136166a3b4b14a04ef8342025649f0776b9b7f5
parent5594aa6a6e82d70fdcdfb59d208d8bf539446598 (diff)
Update docs that point to thread test program.
-rw-r--r--src/port/thread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/port/thread.c b/src/port/thread.c
index 19b12fe0ba6..729c0e8ad3c 100644
--- a/src/port/thread.c
+++ b/src/port/thread.c
@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
- * $Id: thread.c,v 1.9 2003/09/27 15:32:48 momjian Exp $
+ * $Id: thread.c,v 1.10 2003/09/29 03:32:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -55,8 +55,8 @@
*
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
*
- * Compile and run src/tools/test_thread_funcs.c to see if your operating
- * system has thread-safe non-*_r functions.
+ * See src/tools/thread to see if your operating system has thread-safe
+ * non-*_r functions.
*/