doc fix for pg_stat_activity.backend_type
John Naylor <jcnaylor@gmail.com>
From: John Naylor <jcnaylor@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-12T07:50:30Z
Lists: pgsql-hackers
Attachments
- pg_stat_activity-fix.patch (text/x-patch) patch
Hi all, Commit fc70a4b0df3 added backend_type to pg_stat_activity, but the documentation omitted "logical replication launcher". Patch attached. -John Naylor
Commits
-
Fix the omission in docs.
- e8ba27a4ce7f 11.2 landed
- 621a8ac5af8c 12.0 landed
-
Add background worker type
- 5373bc2a0867 11.0 cited
-
Show more processes in pg_stat_activity.
- fc70a4b0df38 10.0 cited