pgsql-server/src/backend/executor execQual.c
Started by Tom Lanealmost 23 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 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.