Re: bugfix - VIP: variadic function ignore strict flag

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, jgd(at)well(dot)com
Subject: Re: bugfix - VIP: variadic function ignore strict flag
Date: 2010-02-09 16:14:06
Message-ID: 16452.1265732046@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-02-09 16:14:57 Re: buildfarm breakage
Previous Message Tom Lane 2010-02-09 16:11:41 Re: buildfarm breakage