Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb800196

Browse files
committed
Fix typo in comment, as noted by Weiping He.
1 parentde98a7e commitb800196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/array.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*
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 $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -81,7 +81,7 @@ typedef struct ArrayMetaState
8181
* ARR_LBOUND returns a pointer to an array of array lower bounds.
8282
*
8383
* 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.
8585
*
8686
* Unlike C, the default lower bound is 1.
8787
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp