mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix HeapTupleSatisfiesNonVacuumable() comment.
Oversight in commit 63746189b2.
This commit is contained in:
parent
2ddedcafca
commit
9f0f12ac57
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue