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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: array expression NULL fix [was: [HACKERS] odd behavior/possible bug]
Date: 2003-07-30 19:03:48
Message-ID: 20607.1059591828@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Joe Conway <mail(at)joeconway(dot)com> 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.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-07-30 19:13:44 Re: Feature request -- Log Database Name
Previous Message Bruce Momjian 2003-07-30 18:45:50 Re: Feature request -- Log Database Name

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Lapidus 2003-07-30 19:16:23 hexadecimal to decimal
Previous Message Fernando Nasser 2003-07-30 16:06:51 Re: JDBC stored procs doc patch