Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.

Noah Misch <noah@leadboat.com>

Commit: 93751570731ba08dca4e791234984c3b1a15e885
Author: Noah Misch <noah@leadboat.com>
Date: 2015-03-07T05:47:38Z
Releases: 9.5.0
Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.

Though the one contemporary caller uses it in a limited way, this
function could loop indefinitely if pointed to an arbitrary PID.

Files

PathChange+/−
src/test/regress/regress.c modified +3 −0