pgsql: Support PL/Tcl functions that return composite types and/or sets

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support PL/Tcl functions that return composite types and/or sets
Date: 2016-11-06 22:56:13
Message-ID: E1c3WMH-0004w0-8N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support PL/Tcl functions that return composite types and/or sets.

Jim Nasby, rather heavily editorialized by me

Patch: <f2134651-14b3-efeb-f274-c69f3c084031(at)BlueTreble(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/26abb50c490dee191df21282bc940b94118550aa

Modified Files
--------------
doc/src/sgml/pltcl.sgml | 73 ++++--
src/pl/tcl/expected/pltcl_queries.out | 61 +++++
src/pl/tcl/expected/pltcl_setup.out | 13 +
src/pl/tcl/pltcl.c | 430 +++++++++++++++++++++++++++++-----
src/pl/tcl/sql/pltcl_queries.sql | 33 +++
src/pl/tcl/sql/pltcl_setup.sql | 16 ++
6 files changed, 545 insertions(+), 81 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-07 00:22:17 pgsql: Sync pltcl_build_tuple_result's error handling with pltcl_trigge
Previous Message Tom Lane 2016-11-06 21:10:04 pgsql: Modernize result-tuple construction in pltcl_trigger_handler().