pgsql: Extend plsample example to include a trigger handler. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Extend plsample example to include a trigger handler.
Date
Msg-id E1ncaaG-000nan-Vz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Extend plsample example to include a trigger handler.

Mark Wong and Konstantina Skovola, reviewed by Chapman Flack

Discussion: https://postgr.es/m/Yd8Cz22eHi80XS30@workstation-mark-wong

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f4d0d67994b32320487784afab7ab997d331bb5

Modified Files
--------------
src/test/modules/plsample/expected/plsample.out |  81 +++++++++++
src/test/modules/plsample/plsample.c            | 173 +++++++++++++++++++++++-
src/test/modules/plsample/sql/plsample.sql      |  23 ++++
3 files changed, 274 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Rewrite some RI code to avoid using SPI
Next
From: David Rowley
Date:
Subject: pgsql: Teach planner and executor about monotonic window funcs