pgsql: Remove usage of ArrayType->flags field, use pgsql's macros - Mailing list pgsql-committers

From teodor@svr1.postgresql.org (Teodor Sigaev)
Subject pgsql: Remove usage of ArrayType->flags field, use pgsql's macros
Date
Msg-id 20051114161138.1EFFFD8A09@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead
of self-defined macros, add limit of Array  to gist__int_ops. BTW, intarray now
doesn't support NULLs in arrays.

Modified Files:
--------------
    pgsql/contrib/intarray:
        _int.h (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int.h.diff?r1=1.5&r2=1.6)
        _int_gist.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_gist.c.diff?r1=1.6&r2=1.7)
        _int_tool.c (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_tool.c.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Use postgres-wide macros BITS_PER_BYTE instead self-definenig
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Add db:methodname to elements and style changes.