Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit621a8ac

Browse files
author
Amit Kapila
committed
Fix the omission in docs.
Commit5373bc2 has added type for background workers but forgot toupdate at one place in the documentation.Reported-by: John NaylorAuthor: John NaylorReviewed-by: Amit KapilaBackpatch-through: 11Discussion:https://postgr.es/m/CAJVSVGVmvgJ8Lq4WBxC3zV5wf0txdCqRSgkWVP+jaBF=HgWscA@mail.gmail.com
1 parentab8984f commit621a8ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,10 +804,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
804804
<entry><type>text</type></entry>
805805
<entry>Type of current backend. Possible types are
806806
<literal>autovacuum launcher</literal>, <literal>autovacuum worker</literal>,
807-
<literal>background worker</literal>, <literal>background writer</literal>,
807+
<literal>logical replication launcher</literal>,
808+
<literal>logical replication worker</literal>,
809+
<literal>parallel worker</literal>, <literal>background writer</literal>,
808810
<literal>client backend</literal>, <literal>checkpointer</literal>,
809811
<literal>startup</literal>, <literal>walreceiver</literal>,
810812
<literal>walsender</literal> and <literal>walwriter</literal>.
813+
In addition, background workers registered by extensions may have
814+
additional types.
811815
</entry>
812816
</row>
813817
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp