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

Commit 6924c37

Browse files
Fix nbtree.h dedup state comment.
Oversight in commit 0d861bb.
1 parent 4d4ca24 commit 6924c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/nbtree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ typedef struct BTDedupStateData
758758
* will not become posting list tuples do not appear in the array (they
759759
* are implicitly unchanged by deduplication pass).
760760
*/
761-
int nintervals; /* current size of intervals array */
761+
int nintervals; /* current number of intervals in array */
762762
BTDedupInterval intervals[MaxIndexTuplesPerPage];
763763
} BTDedupStateData;
764764

0 commit comments

Comments
 (0)