Commit 3e4b2082 authored by Bruce Momjian's avatar Bruce Momjian

Update docs that point to thread test program.

parent 5594aa6a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * 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 @@ ...@@ -55,8 +55,8 @@
* *
* One thread-safe solution for gethostbyname() might be to use getaddrinfo(). * 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 * See src/tools/thread to see if your operating system has thread-safe
* system has thread-safe non-*_r functions. * non-*_r functions.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment