On some platforms, pg_usleep isn't interruptible by signals; fix
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Aug 2006 17:41:42 +0000 (17:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Aug 2006 17:41:42 +0000 (17:41 +0000)
commitbe20b821dfe15cdb555cfc42c60b0ef5b903a1e2
treef855cb285fad6e82b6f5a89e80fcacba02af53b8
parentc17151557eaa7e0d7a1cb26f5334716d2bc80069
On some platforms, pg_usleep isn't interruptible by signals; fix
archiver to behave per original coder's expectation on these machines.
We already know this everywhere else AFAICT.
src/backend/postmaster/pgarch.c