pgsql: Try to get pg_test_thread to compile on Windows by using a sleep

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to get pg_test_thread to compile on Windows by using a sleep
Date: 2012-02-15 02:53:28
Message-ID: E1RxUzo-0008Kb-Rs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to get pg_test_thread to compile on Windows by using a sleeper
thread.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7ae2db1d1e7bc95ef8cee380d549dd03a2f8ce88

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-02-15 09:44:21 Re: pgsql: Have pg_receivexlog always send an invalid log position in statu
Previous Message Thom Brown 2012-02-14 22:58:52 Re: pgsql: Document random page cost is only 4x seqeuntial, and not 40x.