projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4ca24
)
Fix nbtree.h dedup state comment.
author
Peter Geoghegan
<pg@bowt.ie>
Wed, 17 Jun 2020 22:23:55 +0000
(15:23 -0700)
committer
Peter Geoghegan
<pg@bowt.ie>
Wed, 17 Jun 2020 22:23:55 +0000
(15:23 -0700)
Oversight in commit
0d861bbb
.
src/include/access/nbtree.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/nbtree.h
b/src/include/access/nbtree.h
index 4e2b056b5456136df280ddacb1e7d329126b9f32..3b2bcb22a70e10f280df83e9c9dee913526e1a6d 100644
(file)
--- 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;