diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 19:52:15 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 19:52:15 +0000 |
commit | 969685ad443637a24650909357e4e768a88412fc (patch) | |
tree | f4a2b7c998cc9ed58f2e228620af2bcc38729e93 /src/tools/thread/thread_test.c | |
parent | 738dc233f4dcb51e9c969718b52f5579de252880 (diff) |
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'src/tools/thread/thread_test.c')
-rw-r--r-- | src/tools/thread/thread_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/thread/thread_test.c b/src/tools/thread/thread_test.c index 6cec96ac29a..095961cb874 100644 --- a/src/tools/thread/thread_test.c +++ b/src/tools/thread/thread_test.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Header: /cvsroot/pgsql/src/tools/thread/Attic/thread_test.c,v 1.4 2003/11/24 13:16:22 petere Exp $ + * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.5 2003/11/29 19:52:14 pgsql Exp $ * * This program tests to see if your standard libc functions use * pthread_setspecific()/pthread_getspecific() to be thread-safe. |