1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

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

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