66 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77 * Portions Copyright (c) 1994, Regents of the University of California
88 *
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 $
1010 *
1111 *This program tests to see if your standard libc functions use
1212 *pthread_setspecific()/pthread_getspecific() to be thread-safe.
@@ -139,7 +139,7 @@ main(int argc, char *argv[])
139139printf ("thread-safe.\n" );
140140else
141141{
142- printf ("not thread-safe.\n" );
142+ printf ("not thread-safe. ** \n" );
143143platform_is_threadsafe = false;
144144}
145145#endif
@@ -152,7 +152,7 @@ main(int argc, char *argv[])
152152printf ("thread-safe.\n" );
153153else
154154{
155- printf ("not thread-safe.\n" );
155+ printf ("not thread-safe. ** \n" );
156156platform_is_threadsafe = false;
157157}
158158#endif
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
169169printf ("thread-safe.\n" );
170170else
171171{
172- printf ("not thread-safe.\n" );
172+ printf ("not thread-safe. ** \n" );
173173platform_is_threadsafe = false;
174174}
175175#endif