Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f698704

Browse files
Fix nbtree posting list comment.
Oversight in commit 0d861bb.
1 parent aa1def4 commit f698704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/nbtree.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ BTreeTupleGetHeapTID(IndexTuple itup)
656656

657657
/*
658658
* Get maximum heap TID attribute, which could be the only TID in the case of
659-
* a non-pivot tuple that does not have a posting list tuple.
659+
* a non-pivot tuple that does not have a posting list.
660660
*
661661
* Works with non-pivot tuples only.
662662
*/

0 commit comments

Comments
 (0)