CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 03/07/30 16:02:20
Modified files:
src/backend/executor: execQual.c
Log message:
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.