Add backup_type column to pg_stat_progress_basebackup.
Masahiko Sawada <msawada@postgresql.org>
Author:
Masahiko Sawada <msawada@postgresql.org>
Date: 2025-08-05T17:50:45Z
Releases:
19 (unreleased)
Add backup_type column to pg_stat_progress_basebackup. This commit introduces a new column backup_type that indicates the type of backup being performed: either 'full' or 'incremental'. Bump catalog version. Author: Shinya Kato <shinya11.kato@gmail.com> Reviewed-by: Yugo Nagata <nagata@sraoss.co.jp> Discussion: https://postgr.es/m/CAOzEurQuzbHwTj1ehk1a+eeQDidJPyrE5s6mYumkjwjZnurhkQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +10 −0 |
| src/backend/backup/basebackup.c | modified | +1 −1 |
| src/backend/backup/basebackup_progress.c | modified | +7 −2 |
| src/backend/catalog/system_views.sql | modified | +4 −1 |
| src/include/backup/basebackup_sink.h | modified | +2 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/commands/progress.h | modified | +5 −0 |
| src/test/regress/expected/rules.out | modified | +6 −1 |
Discussion
- Add backup_type to pg_stat_progress_basebackup 8 messages · 2025-07-22 → 2025-08-06