Re: doc fix for pg_stat_activity.backend_type
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: jcnaylor@gmail.com
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-12T12:20:58Z
Lists: pgsql-hackers
On Mon, Nov 12, 2018 at 1:20 PM John Naylor <jcnaylor@gmail.com> wrote: > > Hi all, > > Commit fc70a4b0df3 added backend_type to pg_stat_activity, but the > documentation omitted "logical replication launcher". Patch attached. > Isn't this the fallout of commit 5373bc2a08 which has added background worker types? If so, I guess your patch needs modification. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
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