Fix the omission in docs.
authorAmit Kapila
Thu, 15 Nov 2018 05:39:15 +0000 (11:09 +0530)
committerAmit Kapila
Thu, 15 Nov 2018 05:39:15 +0000 (11:09 +0530)
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

doc/src/sgml/monitoring.sgml

index 4164d847d72852fcfea84d24026348de4cacae95..81de901be08171fdb762085d1d4c54325c791194 100644 (file)
@@ -804,10 +804,14 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
      text
      Type of current backend. Possible types are
       autovacuum launcherautovacuum worker,
-      background workerbackground writer,
+      logical replication launcher,
+      logical replication worker,
+      parallel workerbackground writer,
       client backendcheckpointer,
       startupwalreceiver,
       walsender and walwriter.
+      In addition, background workers registered by extensions may have
+      additional types.