Re: arrays as pl/perl input arguments [PATCH]
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: "David E. Wheeler" <david@kineticode.com>
Cc: Alexey Klyukin <alexk@commandprompt.com>,
pgsql-hackers@postgresql.org
Date: 2011-01-12T00:55:49Z
Lists: pgsql-hackers
On 01/11/2011 07:17 PM, David E. Wheeler wrote: > 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. > > Possibly it would. But we usually try pretty hard to avoid that sort of breakage. cheers andrew