aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/access/nbtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 4e2b056b545..3b2bcb22a70 100644
--- a/src/include/access/nbtree.h
+++ b/src/include/access/nbtree.h
@@ -758,7 +758,7 @@ typedef struct BTDedupStateData
* will not become posting list tuples do not appear in the array (they
* are implicitly unchanged by deduplication pass).
*/
- int nintervals; /* current size of intervals array */
+ int nintervals; /* current number of intervals in array */
BTDedupInterval intervals[MaxIndexTuplesPerPage];
} BTDedupStateData;