8000 Update comment for new thread_test location. · postgrespro/postgres_cluster@9665dd9 · 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 9665dd9

Browse files
committed
Update comment for new thread_test location.
1 parent b300527 commit 9665dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/port/thread.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
99
*
10-
* $PostgreSQL: pgsql/src/port/thread.c,v 1.36 2007/01/05 22:20:03 momjian Exp $
10+
* $PostgreSQL: pgsql/src/port/thread.c,v 1.37 2007/04/03 12:55:23 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -55,7 +55,7 @@
5555
*
5656
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
5757
*
58-
* Run src/tools/thread to see if your operating system has thread-safe
58+
* Run src/test/thread to test if your operating system has thread-safe
5959
* non-*_r functions.
6060
*/
6161

0 commit comments

Comments
 (0)
0