Remove sleep() and use single PG_SLEEP call for Win32 signal handling
Bruce Momjian <bruce@momjian.us>
Remove sleep() and use single PG_SLEEP call for Win32 signal handling and consistency. Change PG_USLEEP to use SleepEx() for signal interuptability.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/bufmgr.c | modified | +2 −5 |
| src/include/miscadmin.h | modified | +2 −2 |