git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 022a1e0)
More thread error message improvments.
2004年4月26日 00:36:18 +0000 (00:36 +0000)
2004年4月26日 00:36:18 +0000 (00:36 +0000)

diff --git a/src/tools/thread/thread_test.c b/src/tools/thread/thread_test.c
index 3f59419b7aa5381f28dfd7747e036bd7a121a922..d173f01d4feb20709c22dbcc638fe3678e0508ab 100644 (file)
--- 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
*
- * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.23 2004年04月23日 23:58:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.24 2004年04月26日 00:36:18 momjian Exp $
*
* This program tests to see if your standard libc functions use
* pthread_setspecific()/pthread_getspecific() to be thread-safe.
@@ -139,7 +139,7 @@ main(int argc, char *argv[])
printf("thread-safe.\n");
else
{
- printf("not thread-safe.\n");
+ printf("not thread-safe. **\n");
platform_is_threadsafe = false;
}
#endif
@@ -152,7 +152,7 @@ main(int argc, char *argv[])
printf("thread-safe.\n");
else
{
- printf("not thread-safe.\n");
+ printf("not thread-safe. **\n");
platform_is_threadsafe = false;
}
#endif
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
printf("thread-safe.\n");
else
{
- printf("not thread-safe.\n");
+ printf("not thread-safe. **\n");
platform_is_threadsafe = false;
}
#endif
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /