Fix HeapTupleSatisfiesNonVacuumable() comment.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 20 Nov 2019 19:36:54 +0000 (11:36 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 20 Nov 2019 19:36:54 +0000 (11:36 -0800)
Oversight in commit 63746189b23.

src/backend/access/heap/heapam_visibility.c

index 537e681b23665c2e96ded0187bf73fa6afefa59e..3e3646716fdb171d18df3b5a2bc4476aa111b942 100644 (file)
@@ -1389,7 +1389,7 @@ HeapTupleSatisfiesVacuum(HeapTuple htup, TransactionId OldestXmin,
  *     True if tuple might be visible to some transaction; false if it's
  *     surely dead to everyone, ie, vacuumable.
  *
- *     See SNAPSHOT_TOAST's definition for the intended behaviour.
+ *     See SNAPSHOT_NON_VACUUMABLE's definition for the intended behaviour.
  *
  *     This is an interface to HeapTupleSatisfiesVacuum that's callable via
  *     HeapTupleSatisfiesSnapshot, so it can be used through a Snapshot.