pgsql: Reword slightly logs generated for index stats in autovacuum

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Reword slightly logs generated for index stats in autovacuum
Дата
Msg-id E1lOrVg-0001GW-5N@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reword slightly logs generated for index stats in autovacuum

Using "remain" is confusing, as it implies that the index file can
shrink.  Instead, use "in total".

Per discussion with Peter Geoghegan.

Discussion: https://postgr.es/m/CAH2-WzkYgHZzpGOwR14CScJsjaQpvJrEkEfkh_=wGhzLb=yVdQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99dd75fb99baa9188971cf47779ed8d7a5e6eb29

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Convert Typ from array to list in bootstrap
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Add per-index stats information in verbose logs of autovacuum