OSDN Git Service

Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Mar 2006 01:51:23 +0000 (01:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Mar 2006 01:51:23 +0000 (01:51 +0000)
commitbbfa1c39a1463693e9a3d704439034e69f11d823
treebc32a5f538349745f58d4f1c33861fd83ae62fc0
parent59317375712073d3476f0f1c952a291ee9dfafc3
Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
Otherwise you can't cancel queries like select ... from generate_series(1,1000000).
src/backend/executor/execQual.c