aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2018-11-15 10:56:49 +0530
committerAmit Kapila <akapila@postgresql.org>2018-11-15 10:56:49 +0530
commit621a8ac5af8cf7c7799e8b704108b83be89267dd (patch)
tree62c03b3d9140de7376b579c87250c9db47236c55
parentab8984f52d9b99234d23e6fb7b73cf4c12b3ac14 (diff)
downloadpostgresql-621a8ac5af8cf7c7799e8b704108b83be89267dd.tar.gz
postgresql-621a8ac5af8cf7c7799e8b704108b83be89267dd.zip
Fix the omission in docs.
Commit 5373bc2a08 has added type for background workers but forgot to update at one place in the documentation. Reported-by: John Naylor Author: John Naylor Reviewed-by: Amit Kapila Backpatch-through: 11 Discussion: https://postgr.es/m/CAJVSVGVmvgJ8Lq4WBxC3zV5wf0txdCqRSgkWVP+jaBF=HgWscA@mail.gmail.com
-rw-r--r--doc/src/sgml/monitoring.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index add71458e26..7aada144179 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -804,10 +804,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<entry><type>text</type></entry>
<entry>Type of current backend. Possible types are
<literal>autovacuum launcher</literal>, <literal>autovacuum worker</literal>,
- <literal>background worker</literal>, <literal>background writer</literal>,
+ <literal>logical replication launcher</literal>,
+ <literal>logical replication worker</literal>,
+ <literal>parallel worker</literal>, <literal>background writer</literal>,
<literal>client backend</literal>, <literal>checkpointer</literal>,
<literal>startup</literal>, <literal>walreceiver</literal>,
<literal>walsender</literal> and <literal>walwriter</literal>.
+ In addition, background workers registered by extensions may have
+ additional types.
</entry>
</row>
</tbody>