From 9f0f12ac57023653ad870a33a2e0337e6f3bf512 Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Wed, 20 Nov 2019 11:36:54 -0800 Subject: [PATCH] Fix HeapTupleSatisfiesNonVacuumable() comment. Oversight in commit 63746189b23. --- src/backend/access/heap/heapam_visibility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/heap/heapam_visibility.c b/src/backend/access/heap/heapam_visibility.c index 537e681b236..3e3646716fd 100644 --- a/src/backend/access/heap/heapam_visibility.c +++ b/src/backend/access/heap/heapam_visibility.c @@ -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. -- 2.39.5