From: Bruce Momjian Date: Mon, 29 Sep 2003 03:32:05 +0000 (+0000) Subject: Update docs that point to thread test program. X-Git-Tag: REL7_4_BETA4~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e4b208285f6ffd9a1f6db4eb4c1b61b80e2a349;p=postgresql Update docs that point to thread test program. --- diff --git a/src/port/thread.c b/src/port/thread.c index 19b12fe0ba..729c0e8ad3 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. */