Thread: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in

pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.
Otherwise you can't cancel queries like select ... from generate_series(1,1000000).

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        execQual.c (r1.183.2.2 -> r1.183.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.183.2.2&r2=1.183.2.3)