]> granicus.if.org Git - postgresql/commit
Cause ARRAY[] construct to return a NULL array, rather than raising an
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jul 2003 19:02:18 +0000 (19:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jul 2003 19:02:18 +0000 (19:02 +0000)
commit9ca5c754fbbe099097e1c4a1def2b58225aca363
treec0500641da9954f9814c8ed3c1d78450ae5f2cda
parent082df47b2e76464fea8bf249ac3d6269288a6d48
Cause ARRAY[] construct to return a NULL array, rather than raising an
error, if any input element is NULL.  This is not what we ultimately want,
but until arrays can have NULL elements, it will have to do.  Patch from
Joe Conway.
src/backend/executor/execQual.c