pgsql-server/src/tools/thread thread_test.c - Mailing list pgsql-committers

From [email protected] (Bruce Momjian)
Subject pgsql-server/src/tools/thread thread_test.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql-server/src/bin/psql nls.mk po/sk.po
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql-server/src/tools/thread thread_test.c