projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91353f
)
Update obsolete reference in vacuumlazy.c.
author
Peter Geoghegan
<pg@bowt.ie>
Sat, 6 Nov 2021 06:38:07 +0000
(23:38 -0700)
committer
Peter Geoghegan
<pg@bowt.ie>
Sat, 6 Nov 2021 06:38:07 +0000
(23:38 -0700)
Oversight in commit
7ab96cf6
.
src/backend/access/heap/vacuumlazy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/vacuumlazy.c
b/src/backend/access/heap/vacuumlazy.c
index 716af22e5b33637cb33d2fbbabd532503b2bc3d1..558cc88a08a0fc363bf4119a4b0a7cdb68e1bcee 100644
(file)
--- a/
src/backend/access/heap/vacuumlazy.c
+++ b/
src/backend/access/heap/vacuumlazy.c
@@
-3673,7
+3673,7
@@
heap_page_is_all_visible(LVRelState *vacrel, Buffer buf,
{
TransactionId xmin;
- /* Check comments in lazy_scan_
heap
. */
+ /* Check comments in lazy_scan_
prune
. */
if (!HeapTupleHeaderXminCommitted(tuple.t_data))
{
all_visible = false;