From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/ oc/src/sgml/plpgsql.sgml rc/pl/p ... |
Date: | 2002-11-10 00:35:58 |
Message-ID: | 20021110003558.5FC8E476195@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/11/09 19:35:58
Modified files:
doc/src/sgml : plpgsql.sgml
src/pl/plpgsql/src: gram.y pl_exec.c plpgsql.h
src/test/regress/expected: plpgsql.out
src/test/regress/sql: plpgsql.sql
Log message:
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2002-11-10 00:37:28 | pgsql-server/src Makefile.global.in makefiles/ ... |
Previous Message | Bruce Momjian - CVS | 2002-11-10 00:33:43 | pgsql-server/src backend/storage/lmgr/s_lock.c ... |