Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13380e1
)
vacuumlazy.c: Correct prune state comment.
author
Peter Geoghegan
<pg@bowt.ie>
Tue, 31 Aug 2021 23:35:01 +0000
(16:35 -0700)
committer
Peter Geoghegan
<pg@bowt.ie>
Tue, 31 Aug 2021 23:35:01 +0000
(16:35 -0700)
Oversight in commit
7ab96cf6b3
.
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 19d8276de2c8bf59ef172c392bbcc7031e102da7..1cc97c6cc88f801463d839e0cb693ea00089fc01 100644
(file)
--- a/
src/backend/access/heap/vacuumlazy.c
+++ b/
src/backend/access/heap/vacuumlazy.c
@@
-2038,7
+2038,7
@@
retry:
/*
* Now save details of the LP_DEAD items from the page in the dead_tuples
- * array
. Also record that page has dead items in per-page prunestate.
+ * array
*/
if (lpdead_items > 0)
{