Fix nbtree posting list comment.

Oversight in commit 0d861bbb70.
This commit is contained in:
Peter Geoghegan 2024-04-16 11:20:41 -04:00
parent aa1def44c3
commit f698704155
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/