Re: Add index scan progress to pg_stat_progress_vacuum
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: "Imseih (AWS), Sami" <simseih@amazon.com>
Cc: pgsql-hackers@postgresql.org
Date: 2021-12-27T17:59:25Z
Lists: pgsql-hackers
Attachments
Please send your patches as *.diff or *.patch, so they're processed by the patch tester. Preferably with commit messages; git format-patch is the usual tool for this. http://cfbot.cputube.org/sami-imseih.html (Occasionally, it's also useful to send a *.txt to avoid the cfbot processing the wrong thing, in case one sends an unrelated, secondary patch, or sends fixes to a patch as a "relative patch" which doesn't include the main patch.) I'm including a patch rebased on 8e1fae193.
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