-
- Downloads
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
Showing
- doc/src/sgml/plpgsql.sgml 109 additions, 101 deletionsdoc/src/sgml/plpgsql.sgml
- src/pl/plpgsql/src/gram.y 5 additions, 6 deletionssrc/pl/plpgsql/src/gram.y
- src/pl/plpgsql/src/pl_exec.c 39 additions, 35 deletionssrc/pl/plpgsql/src/pl_exec.c
- src/pl/plpgsql/src/plpgsql.h 9 additions, 2 deletionssrc/pl/plpgsql/src/plpgsql.h
- src/test/regress/expected/plpgsql.out 51 additions, 0 deletionssrc/test/regress/expected/plpgsql.out
- src/test/regress/sql/plpgsql.sql 45 additions, 0 deletionssrc/test/regress/sql/plpgsql.sql
Loading
Please register or sign in to comment