projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5630edd
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 13 Apr 2012 12:54:13 +0000
(08:54 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 13 Apr 2012 12:54:13 +0000
(08:54 -0400)
src/backend/commands/vacuumlazy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/vacuumlazy.c
b/src/backend/commands/vacuumlazy.c
index d4f35bc648a9de52c2ffedc58883be4762b73183..0a617e34b634658f5df0d10a82a78374c62f7c09 100644
(file)
--- a/
src/backend/commands/vacuumlazy.c
+++ b/
src/backend/commands/vacuumlazy.c
@@
-534,7
+534,7
@@
lazy_scan_heap(Relation onerel, LVRelStats *vacrelstats,
* does, we wait for cleanup lock.
*
* We could defer the lock request further by remembering the page
- * and coming back to it later, o
f
we could even register
+ * and coming back to it later, o
r
we could even register
* ourselves for multiple buffers and then service whichever one
* is received first. For now, this seems good enough.
*/