]> granicus.if.org Git - postgresql/commit
Support domains over composite types in PL/Perl.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Oct 2017 18:02:21 +0000 (14:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Oct 2017 18:02:21 +0000 (14:02 -0400)
commit60651e4cddbb77e8f1a0c7fc0be6a7e7bf626fe0
tree2766613270dfe0131b0d7a38266a52fa1b6c5d4d
parentc6fd5cd7062283575a436ec4ea3ed7899ace79a0
Support domains over composite types in PL/Perl.

In passing, don't insist on rsi->expectedDesc being set unless we
actually need it; this allows succeeding in a couple of cases where
PL/Perl functions returning setof composite would have failed before,
and makes the error message more apropos in other cases.

Discussion: https://postgr.es/m/4206.1499798337@sss.pgh.pa.us
src/pl/plperl/expected/plperl.out
src/pl/plperl/expected/plperl_util.out
src/pl/plperl/plperl.c
src/pl/plperl/sql/plperl.sql
src/pl/plperl/sql/plperl_util.sql