mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Update docs that point to thread test program.
This commit is contained in:
parent
5594aa6a6e
commit
3e4b208285
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
*
|
||||
* $Id: thread.c,v 1.9 2003/09/27 15:32:48 momjian Exp $
|
||||
* $Id: thread.c,v 1.10 2003/09/29 03:32:05 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -55,8 +55,8 @@
|
||||
*
|
||||
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
|
||||
*
|
||||
* Compile and run src/tools/test_thread_funcs.c to see if your operating
|
||||
* system has thread-safe non-*_r functions.
|
||||
* See src/tools/thread to see if your operating system has thread-safe
|
||||
* non-*_r functions.
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user