Re: doc fix for pg_stat_activity.backend_type
John Naylor <jcnaylor@gmail.com>
From: John Naylor <jcnaylor@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-13T12:56:37Z
Lists: pgsql-hackers
On 11/13/18, Amit Kapila <amit.kapila16@gmail.com> wrote: > On Tue, Nov 13, 2018 at 3:37 PM John Naylor <jcnaylor@gmail.com> wrote: >> >> On 11/13/18, Amit Kapila <amit.kapila16@gmail.com> wrote: >> > >> > Don't you need to remove <literal>background worker</literal>? >> >> It's handled in pgstat_get_backend_desc(), so I assumed not. If that's >> just a place holder, then it's probably better left out, as in the >> attached. >> > > I don't think 'background worker' can be displayed as backend_type. I think you're right (pgstatfuncs.c, starting at line 826). -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