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 requirement for the test but not for our PostgreSQL code, so if it causes a portability problem, we will remove it. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly