Re: Remove pg_stat_progress_vacuum from Table 28.2
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-04-06T15:56:59Z
Lists: pgsql-hackers
On Tue, Apr 4, 2017 at 10:19 AM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote: > It seems pg_stat_progress_vacuum is not supposed to appear in the table > titled "Collected Statistics Views". It was added by c16dc1aca. Attached > patch fixes that. Instead, it should appear in the table of "Dynamic Statistics Views" because it reports dynamic info, i.e., progress, about VACUUM activity? Regards, -- Fujii Masao
Commits
-
Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
- 5c63dab83836 9.6.3 landed
- 7a3e8d7b503c 10.0 landed