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