Re: [PATCHES] array expression NULL fix [was: [HACKERS] odd behavior/possible bug]

2003-07-30 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > Here's a patch that replaces the ERROR with a NULL return value when an > element in an array expression is NULL. Applied. I also added a comment to remind us to change contain_nonstrict_functions() when ARRAY's behavior is changed again.

[PATCHES] array expression NULL fix [was: [HACKERS] odd behavior/possible bug]

2003-07-24 Thread Joe Conway
Tom Lane wrote: Joe Conway <[EMAIL PROTECTED]> writes: That probably makes good sense, at least until we can deal with NULL elements. Would that patch count as a bug fix? Either one would count as a bug fix IMHO. Anyone else have an opinion on which to do? Here's a patch that replaces the ERROR w