projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e219fbc
)
Update comment for new thread_test location.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Apr 2007 12:55:23 +0000
(12:55 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 3 Apr 2007 12:55:23 +0000
(12:55 +0000)
src/port/thread.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/thread.c
b/src/port/thread.c
index 45e43cba0abbf480c9a96e59e47b7a8bad15aa30..331ab9387b86f895ad0bed01f637f3e84e5e77be 100644
(file)
--- a/
src/port/thread.c
+++ b/
src/port/thread.c
@@
-55,7
+55,7
@@
*
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
*
- * Run src/t
ools/thread to see
if your operating system has thread-safe
+ * Run src/t
est/thread to test
if your operating system has thread-safe
* non-*_r functions.
*/