• Tom Lane's avatar
    Make SQL arrays support null elements. This commit fixes the core array · cecb6075
    Tom Lane authored
    functionality, but I still need to make another pass looking at places
    that incidentally use arrays (such as ACL manipulation) to make sure they
    are null-safe.  Contrib needs work too.
    I have not changed the behaviors that are still under discussion about
    array comparison and what to do with lower bounds.
    cecb6075
catversion.h 2.58 KB