Support domains over composite types in PL/Perl.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plperl/expected/plperl.out | modified | +84 −4 |
| src/pl/plperl/expected/plperl_util.out | modified | +10 −1 |
| src/pl/plperl/plperl.c | modified | +70 −33 |
| src/pl/plperl/sql/plperl.sql | modified | +49 −0 |
| src/pl/plperl/sql/plperl_util.sql | modified | +9 −0 |
Discussion
- Domains and arrays and composites, oh my 11 messages · 2017-07-11 → 2017-10-24