OSDN Git Service

Looks okay in a quick glance, except error message spelling is poor:
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Aug 2001 19:36:45 +0000 (19:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 4 Aug 2001 19:36:45 +0000 (19:36 +0000)
commit0bfc64b3875268c054b064d06165044caecfabf6
treebf3e7eae977a6497bd8720e94cf372fb9e6011a8
parentf368c94fd6c170dbcfb348a99aeacae8ef20b6f9
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
contrib/intarray/_int.c