|
10 | 10 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
11 | 11 | * Portions Copyright (c) 1994, Regents of the University of California |
12 | 12 | * |
13 | | - * $Id: array.h,v 1.41 2003/06/27 00:33:26 tgl Exp $ |
| 13 | + * $Id: array.h,v 1.42 2003/07/14 20:34:18 tgl Exp $ |
14 | 14 | * |
15 | 15 | *------------------------------------------------------------------------- |
16 | 16 | */ |
@@ -81,7 +81,7 @@ typedef struct ArrayMetaState |
81 | 81 | * ARR_LBOUND returns a pointer to an array of array lower bounds. |
82 | 82 | * |
83 | 83 | * That is: if the third axis of an array has elements 5 through 10, then |
84 | | - * ARR_DIMS(a)[2] == 6 and ARR_LBOUND[2] == 5. |
| 84 | + * ARR_DIMS(a)[2] == 6 and ARR_LBOUND(a)[2] == 5. |
85 | 85 | * |
86 | 86 | * Unlike C, the default lower bound is 1. |
87 | 87 | */ |
|