Re: [PATCHES] plperl return array support revisited

2005-07-10 Thread Bruce Momjian
Patch applied. Thanks. --- Andrew Dunstan wrote: > > Following up a previous thought I had, yesterday I realised how to > return arays nicely without having to make the plperl programmer aware > of anything. The attache

[PATCHES] plperl return array support revisited

2005-07-01 Thread Andrew Dunstan
Following up a previous thought I had, yesterday I realised how to return arays nicely without having to make the plperl programmer aware of anything. The attached patch allows plperl to return an arrayref where the function returns an array type. It silently calls a perl function to stringif