Thanks to visit codestin.com Credit goes to github.com
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 276bdc9 commit 6b29610Copy full SHA for 6b29610
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