6
6
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.23 2004/04/23 23:58:12 momjian Exp $
9
+ * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.24 2004/04/26 00:36:18 momjian Exp $
10
10
*
11
11
* This program tests to see if your standard libc functions use
12
12
* pthread_setspecific()/pthread_getspecific() to be thread-safe.
@@ -139,7 +139,7 @@ main(int argc, char *argv[])
139
139
printf ("thread-safe.\n" );
140
140
else
141
141
{
142
- printf ("not thread-safe.\n" );
142
+ printf ("not thread-safe. ** \n" );
143
143
platform_is_threadsafe = false;
144
144
}
145
145
#endif
@@ -152,7 +152,7 @@ main(int argc, char *argv[])
152
152
printf ("thread-safe.\n" );
153
153
else
154
154
{
155
- printf ("not thread-safe.\n" );
155
+ printf ("not thread-safe. ** \n" );
156
156
platform_is_threadsafe = false;
157
157
}
158
158
#endif
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
169
169
printf ("thread-safe.\n" );
170
170
else
171
171
{
172
- printf ("not thread-safe.\n" );
172
+ printf ("not thread-safe. ** \n" );
173
173
platform_is_threadsafe = false;
174
174
}
175
175
#endif
0 commit comments