Looks okay in a quick glance, except error message spelling is poor:

Bruce Momjian <bruce@momjian.us>

Commit: 0bfc64b3875268c054b064d06165044caecfabf6
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-04T19:36:45Z
Releases: 7.2.1
Looks okay in a quick glance, except error message spelling is poor:

! #define ARRISNULL(x) ( (x) ? ( ( ARR_NDIM(x) == NDIM ) ? ( ( ARRNELEMS( x ) )
? 0 : 1 ) : ( ( ARR_NDIM(x) ) ? (elog(ERROR,"Array is not one-dimentional: %d di
mentions", ARR_NDIM(x)),1) : 1 ) ) : 1 )

Should be "one-dimensional" and "dimensions".  Bruce, would you fix that
when you apply it?

Tom

Files

PathChange+/−
contrib/intarray/_int.c modified +1 −1