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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array
Date: 2012-09-08 15:23:23
Message-ID: 27590.1347117803@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2012-09-08 15:57:10 Re: patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array
Previous Message Pavel Stehule 2012-09-08 15:10:51 patch: disable bypass of expand variadic for "ANY" variable function, format_array function for formatting with params in array