pgsql: Just noticed that you can't Query-Cancel a long planner run,

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Just noticed that you can't Query-Cancel a long planner run,
Date: 2005-06-03 19:00:13
Message-ID: 20050603190013.1B36852875@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Just noticed that you can't Query-Cancel a long planner run, because
no part of the planner did CHECK_FOR_INTERRUPTS(). Add one in a
suitably strategic spot.

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
pathnode.c (r1.120 -> r1.121)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/pathnode.c.diff?r1=1.120&r2=1.121)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-03 21:41:57 Re: pgsql: Done: > * -Compress WAL entries [wal]
Previous Message Bruce Momjian 2005-06-03 18:17:54 pgsql: Update Russian FAQ.