Re: Updated FSM display for VACUUM VERBOSE

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Updated FSM display for VACUUM VERBOSE
Дата
Msg-id 200504231813.j3NID6h27780@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Updated FSM display for VACUUM VERBOSE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > OK, I have simplified the patch.  It doesn't use any new computations
> > but just displays them differently.  The output is now:
>
> >     INFO:  free space map contains information about:
> >     INFO:  49 relations, limit 1000 relations
> >     INFO:  35 pages with free space, 784 pages (with overhead)
> >     INFO:  784 pages required to track all freespace, limit 18000 pages (171 kB)
>
> This breaks the message style guidelines in a number of ways, and I
> don't find it clear at all.

OK, what suggestions do you have, and how did I break the style
guidelines?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Updated FSM display for VACUUM VERBOSE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: revise a comment in CreateCheckPoint()