diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-10-21 08:07:08 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-10-21 08:07:08 +0530 |
commit | 671eb8f34404d24c8f16ae40e94becb38afd93bb (patch) | |
tree | 3df6207a69227b3ab4ee5c894d7790e3bc9a1a89 /doc/src | |
parent | 5040c96415a062a1016e0a6b9a4dc9f26a7f356e (diff) |
Remove unused wait events.
Commit 464824323e introduced the wait events which were neither used by
that commit nor by follow-up commits for that work.
Author: Masahiro Ikeda
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/ff077840-3ab2-04dd-bbe4-4f5dfd2ad481@oss.nttdata.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 15e51f92680..7979536abb2 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1549,22 +1549,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry><literal>WALWrite</literal></entry> <entry>Waiting for a write to a WAL file.</entry> </row> - <row> - <entry><literal>LogicalChangesRead</literal></entry> - <entry>Waiting for a read from a logical changes file.</entry> - </row> - <row> - <entry><literal>LogicalChangesWrite</literal></entry> - <entry>Waiting for a write to a logical changes file.</entry> - </row> - <row> - <entry><literal>LogicalSubxactRead</literal></entry> - <entry>Waiting for a read from a logical subxact file.</entry> - </row> - <row> - <entry><literal>LogicalSubxactWrite</literal></entry> - <entry>Waiting for a write to a logical subxact file.</entry> - </row> </tbody> </tgroup> </table> |