]> granicus.if.org Git - postgresql/commit
Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
authorNoah Misch <noah@leadboat.com>
Sat, 7 Mar 2015 05:47:38 +0000 (00:47 -0500)
committerNoah Misch <noah@leadboat.com>
Sat, 7 Mar 2015 05:47:38 +0000 (00:47 -0500)
commit93751570731ba08dca4e791234984c3b1a15e885
tree86737ebae5e5a041150365862db907e98b743bd7
parentbb8582abf3c4db18b508627a52effd43672f9410
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.
src/test/regress/regress.c