| From: | Kevin Grittner <kgrittn(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add transition table support to plpgsql. |
| Date: | 2017-04-01 04:32:13 |
| Message-ID: | E1cuAhx-0005fy-Ki@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add transition table support to plpgsql.
Kevin Grittner and Thomas Munro
Reviewed by Heikki Linnakangas, David Fetter, and Thomas Munro
with valuable comments and suggestions from many others
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/59702716324ab9c07b02fb005dcf14c7f48c4632
Modified Files
--------------
doc/src/sgml/ref/create_trigger.sgml | 5 +
src/pl/plpgsql/src/pl_comp.c | 13 +-
src/pl/plpgsql/src/pl_exec.c | 47 ++++++
src/pl/plpgsql/src/plpgsql.h | 14 +-
src/test/regress/expected/plpgsql.out | 287 +++++++++++++++++++++++++++++++++
src/test/regress/expected/triggers.out | 24 +++
src/test/regress/sql/plpgsql.sql | 283 ++++++++++++++++++++++++++++++++
src/test/regress/sql/triggers.sql | 23 +++
8 files changed, 685 insertions(+), 11 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-04-01 05:01:29 | Re: pgsql: Add infrastructure to support EphemeralNamedRelation references. |
| Previous Message | Kevin Grittner | 2017-04-01 04:24:25 | pgsql: Add infrastructure to support EphemeralNamedRelation references. |