Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
Tom Lane <tgl@sss.pgh.pa.us>
Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. Otherwise you can't cancel queries like select ... from generate_series(1,1000000).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execQual.c | modified | +3 −1 |