Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d54b93

Browse files
committed
BRIN typo fix.
Amit Langote
1 parent cb4a3b0 commit 9d54b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/brin/brin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ summarize_range(IndexInfo *indexInfo, BrinBuildState *state, Relation heapRel,
10661066
* least ShareUpdateExclusiveLock mode.
10671067
*
10681068
* For each new index tuple inserted, *numSummarized (if not NULL) is
1069-
* incremented; for each existing tuple, numExisting (if not NULL) is
1069+
* incremented; for each existing tuple, *numExisting (if not NULL) is
10701070
* incremented.
10711071
*/
10721072
static void

0 commit comments

Comments
 (0)