pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in
Date
Msg-id 20060310015135.47CF49DCA74@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: Initial implementation of PLVDate library -