Commit 6924c37f authored by Peter Geoghegan's avatar Peter Geoghegan

Fix nbtree.h dedup state comment.

Oversight in commit 0d861bbb.
parent 4d4ca24e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment