Fix nbtree.h dedup state comment.

Oversight in commit 0d861bbb.
This commit is contained in:
Peter Geoghegan 2020-06-17 15:23:54 -07:00
parent 276bdc9392
commit 6b29610292

View File

@ -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;