projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1def4
)
Fix nbtree posting list comment.
author
Peter Geoghegan
<pg@bowt.ie>
Tue, 16 Apr 2024 15:20:41 +0000
(11:20 -0400)
committer
Peter Geoghegan
<pg@bowt.ie>
Tue, 16 Apr 2024 15:20:41 +0000
(11:20 -0400)
Oversight in commit
0d861bbb70
.
src/include/access/nbtree.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/nbtree.h
b/src/include/access/nbtree.h
index 2093a38fe645d7c6e5265334e358af172f9c1714..749304334809e759e9b6e7c1398896c5a9efee82 100644
(file)
--- a/
src/include/access/nbtree.h
+++ b/
src/include/access/nbtree.h
@@
-656,7
+656,7
@@
BTreeTupleGetHeapTID(IndexTuple itup)
/*
* Get maximum heap TID attribute, which could be the only TID in the case of
- * a non-pivot tuple that does not have a posting list
tuple
.
+ * a non-pivot tuple that does not have a posting list.
*
* Works with non-pivot tuples only.
*/