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 20060310015124.A3C809DCC2B@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).

Modified Files:
--------------
    pgsql/src/backend/executor:
        execQual.c (r1.188 -> r1.189)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c.diff?r1=1.188&r2=1.189)

pgsql-committers by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres: Added automatic password encryption and support for
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in