Re: arrays as pl/perl input arguments [PATCH]

David Wheeler <david@kineticode.com>

From: "David E. Wheeler" <david@kineticode.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Tom Lane <tgl@sss.pgh.pa.us>, Alexey Klyukin <alexk@commandprompt.com>, Alvaro Herrera <alvherre@commandprompt.com>, Alex Hunsaker <badalex@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-12T23:37:34Z
Lists: pgsql-hackers
On Jan 12, 2011, at 3:29 PM, Robert Haas wrote:

>> What I was casting a bit of doubt on upthread was whether or not this would
>> work without possibly breaking some code, in possibly silent or obscure
>> ways. If I'm wrong about that, then by all means let's use some perl Magic
>> (that's a technical term) to achieve this. IIRC Alex recently posted some
>> code that might be instructive about this.
> 
> I agree with your gut feeling.  I suspect the Perl magic solution will
> make no one very happy.

Could do both, I suppose…

David