Re: arrays as pl/perl input arguments [PATCH]
David Wheeler <david@kineticode.com>
From: "David E. Wheeler" <david@kineticode.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Alexey Klyukin <alexk@commandprompt.com>,
pgsql-hackers@postgresql.org
Date: 2011-01-12T00:17:05Z
Lists: pgsql-hackers
On Jan 11, 2011, at 3:44 PM, Andrew Dunstan wrote: > I think there's at least a danger of breaking legacy code doing that. Say you have some code that does a ref test on the argument, for example. The behavior would now be changed. I think that'd be pretty rare. David