| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Split dry-run messages into primary and detail |
| Date: | 2026-07-01 08:21:26 |
| Message-ID: | E1weqCE-000t4L-2J@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Split dry-run messages into primary and detail
Fixup for commit c05dee19112. It fits better with the style and APIs
to print separate primary and a detail messages instead of one
multiline message.
Reviewed-by: Euler Taveira <euler(at)eulerto(dot)com>
Reviewed-by: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Discussion: https://postgr.es/m/CAHut+PsvQJQnQO0KT0S2oegenkvJ8FUuY-QS5syyqmT24R2xFQ@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e3b5817c8b89790f7f4bf96a1fef98aed88d2fdb
Modified Files
--------------
src/bin/pg_archivecleanup/pg_archivecleanup.c | 6 ++++--
src/bin/pg_basebackup/pg_createsubscriber.c | 6 ++++--
src/bin/pg_combinebackup/pg_combinebackup.c | 6 ++++--
src/bin/pg_rewind/pg_rewind.c | 6 ++++--
src/bin/scripts/vacuumdb.c | 6 ++++--
5 files changed, 20 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-07-01 11:55:07 | pgsql: Fix mismatched deallocation functions |
| Previous Message | Peter Eisentraut | 2026-07-01 08:00:21 | pgsql: Don't cast off_t to 32-bit type for output, bug fix |