Re: Add index scan progress to pg_stat_progress_vacuum
Sami Imseih <simseih@amazon.com>
From: "Imseih (AWS), Sami" <simseih@amazon.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>, Nathan Bossart <nathandbossart@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>
Cc: Peter Geoghegan <pg@bowt.ie>, "Bossart, Nathan" <bossartn@amazon.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-03-09T02:57:02Z
Lists: pgsql-hackers
Attachments
- v3-0001-Show-progress-for-index-vacuums.patch (application/octet-stream) patch v3-0001
- v3-0002-Expose-indexes-being-processed-in-a-VACUUM-operat.patch (application/octet-stream) patch v3-0002
- v3-0003-Rename-index_vacuum_count-in-pg_stat_pogress_vacu.patch (application/octet-stream) patch v3-0003
Attached is the latest revision of the patch(s). Renamed the patches correctly for Cfbot. -- Sami Imseih Amazon Web Services
Commits
-
Report index vacuum progress.
- 46ebdfe164c6 17.0 landed
-
Add new parallel message type to progress reporting.
- f1889729dd3a 17.0 landed
-
Remove MaxBackends variable in favor of GetMaxBackends() function.
- aa64f23b0292 15.0 cited