Add progress reporting to pg_verifybackup
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-01-06T07:28:42Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-progress-reporting-to-pg_verifybackup.patch (application/octet-stream) patch v1-0001
Hi all, I've attached the simple patch to add the progress reporting option to pg_verifybackup. The progress information is displayed with --progress option only during the checksum verification, which is the most time consuming task. It cannot be used together with --quiet option. Feedback is very welcome. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
Commits
-
Add support for progress reporting to pg_verifybackup
- d07c2948bfe5 16.0 landed