8000 Update docs that point to thread test program. · postgrespro/postgres_cluster@3e4b208 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 3 additions & 3 deletions
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)
0