projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ddedca
)
Fix HeapTupleSatisfiesNonVacuumable() comment.
author
Peter Geoghegan
<pg@bowt.ie>
Wed, 20 Nov 2019 19:36:54 +0000
(11:36 -0800)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/heapam_visibility.c
b/src/backend/access/heap/heapam_visibility.c
index 537e681b23665c2e96ded0187bf73fa6afefa59e..3e3646716fdb171d18df3b5a2bc4476aa111b942 100644
(file)
--- 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.