]> granicus.if.org Git - postgresql/commit
Ensure that a plpgsql LOOP with an empty body still executes at least
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Oct 2005 15:10:22 +0000 (15:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Oct 2005 15:10:22 +0000 (15:10 +0000)
commit18feafcc59d8d8eb7dd7d3326e5e7edd98321e00
tree0528646f70438c920b12db8694fb261804d02fb9
parent7d3ab8ac55fffa6bc79b46e90fdb6c52aa92a066
Ensure that a plpgsql LOOP with an empty body still executes at least
one CHECK_FOR_INTERRUPTS() call, so that you can control-C out of the
loop.  Reported by Merlin Moncure.
src/pl/plpgsql/src/pl_exec.c