aboutsummaryrefslogtreecommitdiff
path: root/src/test/thread/thread_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/thread/thread_test.c')
-rw-r--r--src/test/thread/thread_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/thread/thread_test.c b/src/test/thread/thread_test.c
index 79a9c10cdaf..bff7d5a2632 100644
--- a/src/test/thread/thread_test.c
+++ b/src/test/thread/thread_test.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.8 2010/01/02 16:58:16 momjian Exp $
+ * src/test/thread/thread_test.c
*
* This program tests to see if your standard libc functions use
* pthread_setspecific()/pthread_getspecific() to be thread-safe.