From 3e4b208285f6ffd9a1f6db4eb4c1b61b80e2a349 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Sep 2003 03:32:05 +0000 Subject: [PATCH] Update docs that point to thread test program. --- src/port/thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. */ -- 2.40.0