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: 3bf3527fe05d84bb3b4bb1f7c68d9afeaf79d733
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2009-09-28T17:30:24Z
Releases: 8.2.15
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