Re: WAL fsync scheduling
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Larry Rosenman <ler@lerctr.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2000-11-18T18:08:30Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: >> how about sigpause, and using SIGUSR1/SIGUSR2 to wake them up ? > Looks like a winner. sigpause() is a BSD-ism, and not part of any recognized standard according to my HP man pages. How portable do you think it is? regards, tom lane