[COMMITTERS] pgsql: Support domains over composite types in PL/Tcl. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Support domains over composite types in PL/Tcl.
Date
Msg-id E1e7oKE-0004o5-9u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Support domains over composite types in PL/Tcl.

Since PL/Tcl does little with SQL types internally, this is just a
matter of making it work with composite-domain function arguments
and results.

In passing, make it allow RECORD-type arguments --- that's a trivial
change that nobody had bothered with up to now.

Discussion: https://postgr.es/m/4206.1499798337@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/820c0305f64507490f00b6220f9175a303c821dd

Modified Files
--------------
src/pl/tcl/expected/pltcl_queries.out | 94 +++++++++++++++++++++++++++++++++++
src/pl/tcl/pltcl.c                    | 82 ++++++++++++++++++++----------
src/pl/tcl/sql/pltcl_queries.sql      | 43 ++++++++++++++++
3 files changed, 193 insertions(+), 26 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Support domains over composite types.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix mistaken failure to allow parallelism in corner case.