From 9665dd92b8178aabae55e12f1b6dcb304c7010b4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 3 Apr 2007 12:55:23 +0000
Subject: [PATCH] Update comment for new thread_test location.

---
 src/port/thread.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/port/thread.c b/src/port/thread.c
index 6252be2848f..46023dd9316 100644
--- a/src/port/thread.c
+++ b/src/port/thread.c
@@ -7,7 +7,7 @@
  *
  * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -55,7 +55,7 @@
  *
  *	One thread-safe solution for gethostbyname() might be to use getaddrinfo().
  *
- *	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
  *	non-*_r functions.
  */
 
-- 
GitLab