Change PG_DELAY from msec to usec and use it consistenly rather than
Bruce Momjian <bruce@momjian.us>
Change PG_DELAY from msec to usec and use it consistenly rather than select(). Add Win32 Sleep() for delay.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +2 −8 |
| src/backend/storage/buffer/bufmgr.c | modified | +2 −4 |
| src/backend/storage/lmgr/s_lock.c | modified | +3 −6 |
| src/include/miscadmin.h | modified | +25 −19 |