pgsql: Ensure that a plpgsql LOOP with an empty body still executes at

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that a plpgsql LOOP with an empty body still executes at
Date: 2005-10-24 15:10:23
Message-ID: 20051024151023.3B6ADDAA2A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure that a plpgsql LOOP with an empty body still executes at least
one CHECK_FOR_INTERRUPTS() call, so that you can control-C out of the
loop. Reported by Merlin Moncure.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.153 -> r1.154)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.153&r2=1.154)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-24 15:38:37 pgsql: I have applied the following patch to document PQinitSSL() and
Previous Message User Madness 2005-10-24 14:56:28 press - pr: Some more progress...