[HACKERS] patch: disable bypass of expand variadic for ANY variable function, format_array function for formatting with params in array

2012-09-08 Thread Pavel Stehule
Hello This patch disable bypassing of parameters for variadic function with ANY type variadic parameter. Now - this functionality is just broken. Because there are no any requests for fixing this issue, I propose the most simply solution - just disable using this type of variadic function when

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

2012-09-08 Thread Tom Lane
Pavel Stehule pavel.steh...@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

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

2012-09-08 Thread Pavel Stehule
2012/9/8 Tom Lane t...@sss.pgh.pa.us: Pavel Stehule pavel.steh...@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