diff options
author | Peter Geoghegan | 2024-04-16 15:20:41 +0000 |
---|---|---|
committer | Peter Geoghegan | 2024-04-16 15:20:41 +0000 |
commit | f6987041557f2b2b96f116c1f3150f9ed9a77c89 (patch) | |
tree | 6948c2c0bba67ea76a268c3a2f0d9cf058c4ac61 /src/include/access/nbtree.h | |
parent | aa1def44c301ce7fae9ae33f0a95bc01efa297a3 (diff) |
Fix nbtree posting list comment.
Oversight in commit 0d861bbb70.
Diffstat (limited to 'src/include/access/nbtree.h')
-rw-r--r-- | src/include/access/nbtree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 2093a38fe64..74930433480 100644 --- 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. */ |