| From: | Bruce Momjian - CVS <momjian(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/contrib/intarray _int.c |
| Date: | 2001-08-04 19:36:45 |
| Message-ID: | 200108041936.f74Jaj674210@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/04 15:36:45
Modified files:
contrib/intarray: _int.c
Log message:
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2001-08-04 19:39:00 | pgsql/ oc/src/sgml/ref/lock.sgml rc/backend/co ... |
| Previous Message | Bruce Momjian - CVS | 2001-08-04 19:35:33 | pgsql/contrib/intarray _int.c data/test__int.data |