Re: CONTINUE error, even though inside a loop - Mailing list pgsql-hackers

From Neil Conway
Subject Re: CONTINUE error, even though inside a loop
Date
Msg-id 42B91351.801@samurai.com
Whole thread Raw
In response to CONTINUE error, even though inside a loop  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Michael Fuhr wrote:
> I'm getting "CONTINUE cannot be used outside a loop" errors even
> though it's inside a loop.  The error appears to be happening when
> CONTINUE passes control to the beginning of the loop but there's
> no more iterating to be done.

Woops, sorry for missing this. This should be fixed in HEAD; thanks for 
the report.

-Neil


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: CONTINUE error, even though inside a loop
Next
From: Fabien COELHO
Date:
Subject: Re: Schedule for 8.1 feature freeze