OSDN Git Service

Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 14 Nov 2005 16:11:37 +0000 (16:11 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 14 Nov 2005 16:11:37 +0000 (16:11 +0000)
commit08ee64ebf5e5495c3660a2c9f278a3bf3e60b853
tree56f8d09dd31444328fede61851af57637fdc9f19
parentbad1a5c217c3d363363d9ccd9656aa0a770d16a9
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.
contrib/intarray/_int.h
contrib/intarray/_int_gist.c
contrib/intarray/_int_tool.c