[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/27 15:40:50 Modified files: src/tools/thread: thread_test.c Log message: Add comments. ---(end of broadcast)--- TIP 7: don't forge

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/27 15:36:31 Modified files: src/tools/thread: thread_test.c Log message: Use mktemp for temporary file names, per suggestion from Peter. ---(end of broadc

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/27 14:22:41 Modified files: src/tools/thread: thread_test.c Log message: Move postgres.h to the top of the C file. ---(end of broadcast)--

[COMMITTERS] pgsql-server/src/tools/thread Makefile

2004-04-26 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/26 15:32:33 Modified files: src/tools/thread: Makefile Log message: Fix subdir for thread test program. ---(end of broadcast)--- T

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-25 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/25 21:36:18 Modified files: src/tools/thread: thread_test.c Log message: More thread error message improvments. ---(end of broadcast)-

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-25 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/25 21:38:25 Modified files: src/tools/thread: thread_test.c Log message: More thread error improvments. ---(end of broadcast)--- T

[COMMITTERS] pgsql-server/src/tools/thread Makefile

2004-04-25 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/25 17:47:56 Modified files: src/tools/thread: Makefile Log message: No need to use our standard libs for the thread test --- they might not be compiled yet. -

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-23 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/23 19:21:49 Modified files: src/tools/thread: thread_test.c Log message: Report error if thread-test is run without having threading enabled in configure. ---

[COMMITTERS] pgsql-server/src/tools/thread Makefile thread_ ...

2004-04-23 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/23 17:35:50 Modified files: src/tools/thread: Makefile thread_test.c Log message: Improve thread test program. Test only functions that need testing. ---

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-22 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/22 20:58:04 Modified files: src/tools/thread: thread_test.c Log message: Simplify thread test program. ---(end of broadcast)--- TI

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-21 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/21 17:58:56 Modified files: src/tools/thread: thread_test.c Log message: More thread test program improvements. ---(end of broadcast)-

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-21 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/21 17:51:54 Modified files: src/tools/thread: thread_test.c Log message: Improve thread test program to show if non-*_r functions are even called. ---(end

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-06 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/06 10:55:17 Modified files: src/tools/thread: thread_test.c Log message: Add thread program mention of errno thread-safety. ---(end of broadcast)-

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-05 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/05 11:12:32 Modified files: src/tools/thread: thread_test.c Log message: Change getpid() while loop to use sched_yield(), greatly speeds up test. sched_yield is a

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-05 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/05 11:13:45 Modified files: src/tools/thread: thread_test.c Log message: Add comment that sched_yield might be a portability problem. ---(end of broadcast

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-04 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/05 02:43:06 Modified files: src/tools/thread: thread_test.c Log message: Have threads wait for parent to test thread-specific pointers before exiting. ---

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-04 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/04 23:22:14 Modified files: src/tools/thread: thread_test.c Log message: Add volatile to thread-specific thread variables. ---(end of broadcast)--

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-04 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/04 22:27:58 Modified files: src/tools/thread: thread_test.c Log message: Update thread test to only test for 'localhost' and local machine name. ---(end o

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-04-04 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/04 14:23:54 Modified files: src/tools/thread: thread_test.c Log message: Update thread test to do getpid() in while loop, also use weather.com rather than slashdot.org for

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-03-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/27 22:37:31 Modified files: src/tools/thread: thread_test.c Log message: Clean up thread test program. ---(end of broadcast)--- TI

[COMMITTERS] pgsql-server/src/tools/thread thread_test.c

2004-03-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/27 19:02:45 Modified files: src/tools/thread: thread_test.c Log message: Add test for thread-safe errno to thread test program. ---(end of broadcast)-

[COMMITTERS] pgsql-server/src/tools/thread README

2003-09-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/27 14:29:30 Modified files: src/tools/thread: README Log message: Add compile step to instructions. ---(end of broadcast)--- TIP 4

[COMMITTERS] pgsql-server/src/tools/thread

2003-09-26 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/26 22:53:24 pgsql-server/src/tools/thread Update of /cvsroot/pgsql-server/src/tools/thread In directory svr1.postgresql.org:/var/tmp/cvs-serv16755/thread Log Message: Directory /cvsroot/pgsql-serv