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

From: teodor(at)svr1(dot)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove usage of ArrayType->flags field, use pgsql's macros
Date: 2005-11-14 16:11:38
Message-ID: 20051114161138.1EFFFD8A09@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-11-14 16:52:39 python - ip: Add db:methodname to <tt> elements and style changes.
Previous Message Teodor Sigaev 2005-11-14 14:44:06 pgsql: Use postgres-wide macros BITS_PER_BYTE instead self-definenig