Re: bugfix - VIP: variadic function ignore strict flag
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, jgd@well.com
Date: 2010-02-09T16:14:06Z
Lists: 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