pgsql: Make the system-attributes loop in AddNewAttributeTuples depend - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Make the system-attributes loop in AddNewAttributeTuples depend
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make the system-attributes loop in AddNewAttributeTuples depend on
lengthof(SysAtt) not FirstLowInvalidHeapAttributeNumber, for consistency with
the other uses of the SysAtt array, and to make it clearer that it doesn't
walk off the end of that array.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        heap.c (r1.340 -> r1.341)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/heap.c?r1=1.340&r2=1.341)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Add a defense to prevent storing pseudo-type data into index
Next
From: [email protected] (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Create test for boolean literal support in parameters.