Remove pg_stat_progress_vacuum from Table 28.2
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-04-04T01:19:31Z
Lists: pgsql-hackers
Attachments
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. Thanks, Amit
Commits
-
Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
- 5c63dab83836 9.6.3 landed
- 7a3e8d7b503c 10.0 landed