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.