Re: bugfix - VIP: variadic function ignore strict flag - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bugfix - VIP: variadic function ignore strict flag
Date
Msg-id 16452.1265732046@sss.pgh.pa.us
Whole thread Raw
In response to bugfix - VIP: variadic function ignore strict flag  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: bugfix - VIP: variadic function ignore strict flag
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: buildfarm breakage
Next
From: Magnus Hagander
Date:
Subject: Re: buildfarm breakage