From: | Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp> |
---|---|
To: | Masahiro Ikeda <ikedamsh(at)oss(dot)nttdata(dot)com> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Doc: clarify the log message level of the VERBOSE option |
Date: | 2024-12-05 07:23:16 |
Message-ID: | 20241205162316.2f3c24073c981eaa449da9f7@sraoss.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, 05 Dec 2024 10:39:22 +0900
Masahiro Ikeda <ikedamsh(at)oss(dot)nttdata(dot)com> wrote:
> On 2024-12-04 21:08, Yugo Nagata wrote:
> > This would prevent other users from make a misunderstanding as you did.
> >
> > I found the description on amvalidate also explains a message is
> > output at INFO level.
> > ( https://www.postgresql.org/docs/devel/index-functions.html )
> >
> > Problems should be reported with ereport messages, typically at INFO
> > level.
> >
> > I don't know the actual intention to mention the message level here,
> > but
> > this might have the same purpose of you.
>
> Thanks for your response!
>
> > Should we add the description for CLUSTER command, since
> > it also has the VERBOSE options?
>
> Yes, you're right. I missed it.
>
> > - Enables display of progress messages.
> > + Prints a detailed analyze activity report for each table as
> > + <literal>INFO</literal> messages.
> >
> > Do we need rewrite the description in addition to mentioning the
> > message level?
>
> Since the messages for the VERBOSE options look similar, I unified the
> descriptions
> for VACUUM, ANALYZE, and REINDEX. However, I don’t have a strong opinion
> on this.
> I’ve fixed it in the v2 patch.
- Prints a progress report as each table is clustered.
+ Prints a progress report as each table is clustered,
+ at <literal>INFO</literal> level.
I feel like the comma could not be necessary here like the fix for
the ANALYZE document, but it might be better to wait for a review
from a native English speaker.
Regards,
Yugo Nagata
--
Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
From | Date | Subject | |
---|---|---|---|
Next Message | Bertrand Drouvot | 2024-12-05 07:37:27 | Re: shared-memory based stats collector - v70 |
Previous Message | Bertrand Drouvot | 2024-12-05 07:11:54 | Re: Missing LWLock protection in pgstat_reset_replslot() |