• Noah Misch's avatar
    Address ccvalid/ccnoinherit in TupleDesc support functions. · c31305de
    Noah Misch authored
    equalTupleDescs() neglected both of these ConstrCheck fields, and
    CreateTupleDescCopyConstr() neglected ccnoinherit.  At this time, the
    only known behavior defect resulting from these omissions is constraint
    exclusion disregarding a CHECK constraint validated by an ALTER TABLE
    VALIDATE CONSTRAINT statement issued earlier in the same transaction.
    Back-patch to 9.2, where these fields were introduced.
    c31305de
tupdesc.c 18.6 KB