Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 80971bc

Browse files
committed
Fix incorrect relation name in comment of vacuumlazy.c
Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBiOiapB7YGbWRfNZji3cs1gkEwv=uGLTemaZ9yNKK1DA@mail.gmail.com
1 parent 396676b commit 80971bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/vacuumlazy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ static bool heap_page_is_all_visible(Relation rel, Buffer buf,
178178

179179

180180
/*
181-
* vacuum_heap_rel() -- perform VACUUM for one heap relation
181+
* heap_vacuum_rel() -- perform VACUUM for one heap relation
182182
*
183183
* This routine vacuums a single heap, cleans out its indexes, and
184184
* updates its relpages and reltuples statistics.

0 commit comments

Comments
 (0)