8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4ca24 commit 6924c37Copy full SHA for 6924c37
src/include/access/nbtree.h
@@ -758,7 +758,7 @@ typedef struct BTDedupStateData
758
* will not become posting list tuples do not appear in the array (they
759
* are implicitly unchanged by deduplication pass).
760
*/
761
- int nintervals; /* current size of intervals array */
+ int nintervals; /* current number of intervals in array */
762
BTDedupInterval intervals[MaxIndexTuplesPerPage];
763
} BTDedupStateData;
764
0 commit comments