Re: variadic function support - Mailing list pgsql-patches

From Pavel Stehule
Subject Re: variadic function support
Date
Msg-id 162867790807140949x3b98b805nc6c57a68e2b8af9c@mail.gmail.com
Whole thread Raw
In response to Re: variadic function support  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: variadic function support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
2008/7/14 Tom Lane <tgl@sss.pgh.pa.us>:
> "Pavel Stehule" <pavel.stehule@gmail.com> writes:
>> sample: select mleast(variadic array[1,2,3,4,5]);
>
> Note this would also address Jeff's complaint about not being able to
> pass zero variadic parameters:
>
> select mleast(variadic array[]::int[]);
>
> Looks a bit ugly but the type is specified, so it would work correctly
> with polymorphic functions.
>
> Are you intending to change this right now and resubmit, or is it
> work for later?

I prefer separate it to other patch.

regards
Pavel Stehule

>
>                        regards, tom lane
>

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: variadic function support
Next
From: Tom Lane
Date:
Subject: Re: variadic function support