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

Commit99dd75f

Browse files
committed
Reword slightly logs generated for index stats in autovacuum
Using "remain" is confusing, as it implies that the index file canshrink. Instead, use "in total".Per discussion with Peter Geoghegan.Discussion:https://postgr.es/m/CAH2-WzkYgHZzpGOwR14CScJsjaQpvJrEkEfkh_=wGhzLb=yVdQ@mail.gmail.com
1 parent79f6a94 commit99dd75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ heap_vacuum_rel(Relation onerel, VacuumParams *params,
703703
continue;
704704

705705
appendStringInfo(&buf,
706-
_("index \"%s\": pages: %uremain, %u newly deleted, %u currently deleted, %u reusable\n"),
706+
_("index \"%s\": pages: %uin total, %u newly deleted, %u currently deleted, %u reusable\n"),
707707
indnames[i],
708708
stats->num_pages,
709709
stats->pages_newly_deleted,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp