Teodor Sigaev
|
08ee64ebf5
|
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.
|
2005-11-14 16:11:37 +00:00 |
|
Tom Lane
|
380bd04c16
|
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
getting rid of numerous ad-hoc versions that have popped up in various
places. Shortens code and avoids conflict with Windows min() and max()
macros.
|
2004-10-21 19:28:36 +00:00 |
|
Bruce Momjian
|
089003fb46
|
pgindent run.
|
2003-08-04 00:43:34 +00:00 |
|
Bruce Momjian
|
a237dd2b30
|
Add missing intarray files.
|
2003-06-11 19:31:05 +00:00 |
|