Re: Doc: fix track_io_timing description to mention pg_stat_io - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Doc: fix track_io_timing description to mention pg_stat_io
Date
Msg-id 8412d293-9a2a-4b06-80c2-b745f3bdceac@oss.nttdata.com
Whole thread Raw
In response to RE: Doc: fix track_io_timing description to mention pg_stat_io  (<Hajime.Matsunaga@nttdata.com>)
Responses RE: Doc: fix track_io_timing description to mention pg_stat_io
List pgsql-hackers

On 2024/07/03 17:51, Hajime.Matsunaga@nttdata.com wrote:
> Thanks for the suggestions the other day.
> I have created a patch that incorporates your suggestions.

-        <structname>pg_stat_database</structname></link>, in the output of
+        <structname>pg_stat_database</structname></link> and
+        <link linkend="monitoring-pg-stat-io-view">
+        <structname>pg_stat_io</structname></link>, in the output of

I'm not a native English speaker, but it seems more natural to use a comma instead of "and" before "pg_stat_io."

-   of block read and write times.
+   of block read, block write, extend, and fsync times.

"block" before "fsync" doesn't seem necessary.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Conflict Detection and Resolution
Next
From: Amit Kapila
Date:
Subject: Re: speed up a logical replica setup