pgsql: Extend plsample example to include a trigger handler.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Extend plsample example to include a trigger handler.
Date: 2022-04-07 22:26:33
Message-ID: E1ncaaG-000nan-Vz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-04-07 22:35:41 pgsql: Teach planner and executor about monotonic window funcs
Previous Message Tom Lane 2022-04-07 22:00:29 Re: pgsql: Rewrite some RI code to avoid using SPI