Re: CONTINUE error, even though inside a loop

From: Neil Conway <neilc(at)samurai(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CONTINUE error, even though inside a loop
Date: 2005-06-22 07:29:21
Message-ID: 42B91351.801@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2005-06-22 07:43:03 Re: Schedule for 8.1 feature freeze
Previous Message Michael Fuhr 2005-06-22 06:16:49 CONTINUE error, even though inside a loop