mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
doc: Spell I/O consistently
The pg_stat_io and pg_stat_copy_progress view docs spelled "I/O" as "IO" or even "io" in some places when not referring to literal names or string values. Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/87fry6lx5s.fsf@wibble.ilmari.org
This commit is contained in:
@ -2584,7 +2584,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
|
|||||||
<literal>vacuum</literal>: I/O operations performed outside of shared
|
<literal>vacuum</literal>: I/O operations performed outside of shared
|
||||||
buffers while vacuuming and analyzing permanent relations. Temporary
|
buffers while vacuuming and analyzing permanent relations. Temporary
|
||||||
table vacuums use the same local buffer pool as other temporary table
|
table vacuums use the same local buffer pool as other temporary table
|
||||||
IO operations and are tracked in <varname>context</varname>
|
I/O operations and are tracked in <varname>context</varname>
|
||||||
<literal>normal</literal>.
|
<literal>normal</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -2860,7 +2860,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
|
|||||||
Columns tracking I/O time will only be non-zero when
|
Columns tracking I/O time will only be non-zero when
|
||||||
<xref linkend="guc-track-io-timing"/> is enabled. The user should be
|
<xref linkend="guc-track-io-timing"/> is enabled. The user should be
|
||||||
careful when referencing these columns in combination with their
|
careful when referencing these columns in combination with their
|
||||||
corresponding IO operations in case <varname>track_io_timing</varname>
|
corresponding I/O operations in case <varname>track_io_timing</varname>
|
||||||
was not enabled for the entire time since the last stats reset.
|
was not enabled for the entire time since the last stats reset.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
@ -5734,7 +5734,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
|
|||||||
<structfield>type</structfield> <type>text</type>
|
<structfield>type</structfield> <type>text</type>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The io type that the data is read from or written to:
|
The I/O type that the data is read from or written to:
|
||||||
<literal>FILE</literal>, <literal>PROGRAM</literal>,
|
<literal>FILE</literal>, <literal>PROGRAM</literal>,
|
||||||
<literal>PIPE</literal> (for <command>COPY FROM STDIN</command> and
|
<literal>PIPE</literal> (for <command>COPY FROM STDIN</command> and
|
||||||
<command>COPY TO STDOUT</command>), or <literal>CALLBACK</literal>
|
<command>COPY TO STDOUT</command>), or <literal>CALLBACK</literal>
|
||||||
|
Reference in New Issue
Block a user