diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-13 08:54:13 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-13 08:54:13 -0400 |
commit | 61167bfaf2af3bc0bbf3ba9c8ff14f10a483f9ff (patch) | |
tree | 5a8ec092364da1e0aa54100307fa7bcb020be474 /src | |
parent | 5630eddf1efe7c374fe8e8bdeaba3c70f8cd628b (diff) | |
download | postgresql-61167bfaf2af3bc0bbf3ba9c8ff14f10a483f9ff.tar.gz postgresql-61167bfaf2af3bc0bbf3ba9c8ff14f10a483f9ff.zip |
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/vacuumlazy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/vacuumlazy.c b/src/backend/commands/vacuumlazy.c index d4f35bc648a..0a617e34b63 100644 --- 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, of we could even register + * and coming back to it later, or we could even register * ourselves for multiple buffers and then service whichever one * is received first. For now, this seems good enough. */ |