Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen.

Andrew Dunstan <andrew@dunslane.net>

Commit: 176c3c8db95ee373c0fca412e395eb6a2499e660
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2009-09-28T17:31:12Z
Releases: 9.0.0
Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen.

Files

PathChange+/−
src/pl/plperl/plperl.c modified +10 −2