From 80971bc206b06deebe71e722f49949f6df4ce642 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 18 Jan 2019 13:53:43 +0900 Subject: [PATCH] Fix incorrect relation name in comment of vacuumlazy.c Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBiOiapB7YGbWRfNZji3cs1gkEwv=uGLTemaZ9yNKK1DA@mail.gmail.com --- src/backend/access/heap/vacuumlazy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c index 2d317a9462..c09eb6eff8 100644 --- 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. -- 2.40.0