Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e4b208

Browse files
committed
Update docs that point to thread test program.
1 parent 5594aa6 commit 3e4b208

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/port/thread.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
99
*
10-
* $Id: thread.c,v 1.9 2003/09/27 15:32:48 momjian Exp $
10+
* $Id: thread.c,v 1.10 2003/09/29 03:32:05 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -55,8 +55,8 @@
5555
*
5656
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
5757
*
58-
* Compile and run src/tools/test_thread_funcs.c to see if your operating
59-
* system has thread-safe non-*_r functions.
58+
* See src/tools/thread to see if your operating system has thread-safe
59+
* non-*_r functions.
6060
*/
6161

6262

0 commit comments

Comments
 (0)