Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array - Mailing list pgsql-hackers

From Tom Lane
Subject Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array
Date
Msg-id 27590.1347117803@sss.pgh.pa.us
Whole thread Raw
In response to patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array
Next
From: Pavel Stehule
Date:
Subject: Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array