This patch makes a minor cleanup to the implementation of PERFORM in

Bruce Momjian <bruce@momjian.us>

Commit: cfd2728100b1493cea54e2d0ae0f3d545c27805c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-11-10T00:35:58Z
Releases: 7.4.1
This patch makes a minor cleanup to the implementation of PERFORM in
PL/PgSQL. Previously, it had been bundled together with the assign
statement implementation, for some reason that wasn't clear to me
(they certainly don't share any code with one another). So I separated
them and made PERFORM a statement like any other. No changes in
functionality.

Along the way, I added some regression tests for PERFORM, added a
bunch more SGML tags to the PL/PgSQL docs, and removed an obsolete
comment relating to the implementation of RETURN NEXT.

Neil Conway

Files