Re: VACUUM VERBOSE FSM info

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: VACUUM VERBOSE FSM info
Дата
Msg-id 20050423220835.GA4572@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: VACUUM VERBOSE FSM info  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: VACUUM VERBOSE FSM info  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Sat, Apr 23, 2005 at 05:16:09PM -0400, Bruce Momjian wrote:

> Well, the number you highlighted might not equal the number on the next
> line if you don't have enough entries to store all the free space, e.g.:
>
>     INFO:  free space map contains information about:
>     49 relations, limit 1000 relations
>     14024 pages with free space, 18000 pages (with overhead)
>     19300 pages required to track all freespace, limit 18000 pages (171 kB)

Huh, so there are three numbers: the 14024 which is "pages with free
space", the 19300 "required to track all free space" and 18000 which is
the limit.

What goes in the remaining 5276 (19300-14024) page entries anyway?


> > Also, non-main messages should end with a period according to message
> > style guidelines.
>
> Uh, I am confused on that. The docs say:
>
>     Primary error messages: Do not capitalize the first letter. Do not end a
>     message with a period. Do not even think about ending a message with an
>     exclamation point.
>
>     Detail and hint messages: Use complete sentences, and end each with a
>     period. Capitalize the first word of sentences.
>
> Should the "memory used" line be a hint?

I think all lines in the INFO message are considered "detail" messages.
So everything should end with a period, or the whole thing be made a
complete sentence.  I'm not sure how to do that.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Et put se mouve" (Galileo Galilei)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: VACUUM VERBOSE FSM info
Следующее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM VERBOSE FSM info