]> granicus.if.org Git - postgresql/commit
This patch makes a minor cleanup to the implementation of PERFORM in
authorBruce Momjian <bruce@momjian.us>
Sun, 10 Nov 2002 00:35:58 +0000 (00:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 10 Nov 2002 00:35:58 +0000 (00:35 +0000)
commitcfd2728100b1493cea54e2d0ae0f3d545c27805c
tree4f7e0d8810e6e96a114bcb0a038d783eb25f058a
parentceb4f5ea9c2c6c2bd44d4799ff4a62c40a038894
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
doc/src/sgml/plpgsql.sgml
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/plpgsql.h
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql