We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300527 commit 9665dd9Copy full SHA for 9665dd9
src/port/thread.c
@@ -7,7 +7,7 @@
7
*
8
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
9
10
- * $PostgreSQL: pgsql/src/port/thread.c,v 1.36 2007/01/05 22:20:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/thread.c,v 1.37 2007/04/03 12:55:23 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -55,7 +55,7 @@
55
56
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
57
58
- * Run src/tools/thread to see if your operating system has thread-safe
+ * Run src/test/thread to test if your operating system has thread-safe
59
* non-*_r functions.
60
61
0 commit comments