Re: Error message with plpgsql CONTINUE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Error message with plpgsql CONTINUE
Date
Msg-id 29384.1439937611@sss.pgh.pa.us
Whole thread Raw
In response to Re: Error message with plpgsql CONTINUE  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> when I implemented this check in plpgsql_check I found another minor issue
> in CONTINUE statement - the typename is wrong

Hmmm ... a bit of nosing around says that fetch/move and get diagnostics
are similarly sloppy.  Will fix.
        regards, tom lane



pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Test code is worth the space
Next
From: Jeff Janes
Date:
Subject: Make HeapTupleSatisfiesMVCC more concurrent