pgsql: Ensure that a plpgsql LOOP with an empty body still executes at - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Ensure that a plpgsql LOOP with an empty body still executes at
Date
Msg-id 20051024151023.3B6ADDAA2A@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: madness@pgfoundry.org (User Madness)
Date:
Subject: press - pr: Some more progress...
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: I have applied the following patch to document PQinitSSL() and