Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5a02e0

Browse files
committed
Remove duplicated progress reporting during heap scan of VACUUM
This has been introduced by c16dc1a since progress reporting for VACUUMhas been added. As this issue just causes some extra work and isharmless, no backpatch is done.Author: Justin PryzbyDiscussion:https://postgr.es/m/20191213030831.GT2082@telsasoft.com
1 parentbaa32ce commite5a02e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/backend/access/heap/vacuumlazy.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,8 +1445,6 @@ lazy_scan_heap(Relation onerel, VacuumParams *params, LVRelStats *vacrelstats,
14451445
pgstat_progress_update_multi_param(2,hvp_index,hvp_val);
14461446

14471447
/* Remove tuples from heap */
1448-
pgstat_progress_update_param(PROGRESS_VACUUM_PHASE,
1449-
PROGRESS_VACUUM_PHASE_VACUUM_HEAP);
14501448
lazy_vacuum_heap(onerel,vacrelstats);
14511449
vacrelstats->num_index_scans++;
14521450
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp