Fix nbtree posting list comment.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 16 Apr 2024 15:20:41 +0000 (11:20 -0400)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 16 Apr 2024 15:20:41 +0000 (11:20 -0400)
Oversight in commit 0d861bbb70.

src/include/access/nbtree.h

index 2093a38fe645d7c6e5265334e358af172f9c1714..749304334809e759e9b6e7c1398896c5a9efee82 100644 (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.
  */