diff options
author | Peter Geoghegan <pg@bowt.ie> | 2024-04-16 11:20:41 -0400 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2024-04-16 11:20:41 -0400 |
commit | f6987041557f2b2b96f116c1f3150f9ed9a77c89 (patch) | |
tree | 6948c2c0bba67ea76a268c3a2f0d9cf058c4ac61 | |
parent | aa1def44c301ce7fae9ae33f0a95bc01efa297a3 (diff) | |
download | postgresql-f6987041557f2b2b96f116c1f3150f9ed9a77c89.tar.gz postgresql-f6987041557f2b2b96f116c1f3150f9ed9a77c89.zip |
Fix nbtree posting list comment.
Oversight in commit 0d861bbb70.
-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. */ |