From f6987041557f2b2b96f116c1f3150f9ed9a77c89 Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Tue, 16 Apr 2024 11:20:41 -0400 Subject: [PATCH] Fix nbtree posting list comment. Oversight in commit 0d861bbb70. --- src/include/access/nbtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 2093a38fe6..7493043348 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. */