|
7 | 7 | *
|
8 | 8 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
|
55 | 55 | *
|
56 | 56 | *One thread-safe solution for gethostbyname() might be to use getaddrinfo().
|
57 | 57 | *
|
58 |
| - *Run src/tools/thread tosee if your operating system has thread-safe |
| 58 | + *Run src/test/thread totest if your operating system has thread-safe |
59 | 59 | *non-*_r functions.
|
60 | 60 | */
|
61 | 61 |
|
|