Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-09-08T15:23:23Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes: > This patch disable bypassing of parameters for variadic function with > "ANY" type variadic parameter. This seems completely silly. If you think it's broken now (which I don't particularly agree with: "does not do what you want in some corner cases" is not "broken") then propose a fix. Breaking it worse is not an improvement. regards, tom lane