pgsql-server/src/backend/executor execQual.c - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src/backend/executor execQual.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql-server/doc TODO
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql-server/doc TODO