]> granicus.if.org Git - postgresql/commitdiff
Update docs that point to thread test program.
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Sep 2003 03:32:05 +0000 (03:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Sep 2003 03:32:05 +0000 (03:32 +0000)
src/port/thread.c

index 19b12fe0ba62831469a5cdaf5787030c4dc970ee..729c0e8ad3c24549a4025b48c8533117fd0afff6 100644 (file)
@@ -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.
  */