projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396676b
)
Fix incorrect relation name in comment of vacuumlazy.c
author
Michael Paquier
<
[email protected]
>
Fri, 18 Jan 2019 04:53:43 +0000
(13:53 +0900)
committer
Michael Paquier
<
[email protected]
>
Fri, 18 Jan 2019 04:53:43 +0000
(13:53 +0900)
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoBiOiapB7YGbWRfNZji3cs1gkEwv=uGLTemaZ9yNKK1DA@mail.gmail.com
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 2d317a94620845413ef3aa777cfccc43b36c066b..c09eb6eff885d9ad87ec2b41a6832f4516f1ea42 100644
(file)
--- a/
src/backend/access/heap/vacuumlazy.c
+++ b/
src/backend/access/heap/vacuumlazy.c
@@
-178,7
+178,7
@@
static bool heap_page_is_all_visible(Relation rel, Buffer buf,
/*
- *
vacuum_heap
_rel() -- perform VACUUM for one heap relation
+ *
heap_vacuum
_rel() -- perform VACUUM for one heap relation
*
* This routine vacuums a single heap, cleans out its indexes, and
* updates its relpages and reltuples statistics.