Re: bugfix - VIP: variadic function ignore strict flag

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bugfix - VIP: variadic function ignore strict flag
Дата
Msg-id 16452.1265732046@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bugfix - VIP: variadic function ignore strict flag  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: bugfix - VIP: variadic function ignore strict flag  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> +         /*
> +          * If function has variadic argument, skip calling
> +          * when variadic array contains NULL values.
> +          */

I don't think this is right at all.  The strict check ought to apply to
the array argument as a whole.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: buildfarm breakage
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: buildfarm breakage