pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in
Date: 2006-03-10 01:51:35
Message-ID: 20060310015135.47CF49DCA74@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Treat 2006-03-10 02:07:12 Re: [COMMITTERS] pgsql: Remove Jan Wieck's name from copyrights, and put in standard
Previous Message Tom Lane 2006-03-10 01:51:24 pgsql: Add a CHECK_FOR_INTERRUPTS() to the loop in