Commit 9f0f12ac authored by Peter Geoghegan's avatar Peter Geoghegan

Fix HeapTupleSatisfiesNonVacuumable() comment.

Oversight in commit 63746189.
parent 2ddedcaf
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment