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 <[email protected]> Reviewed-by: Peter Smith <[email protected]> Reviewed-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/cahut+psvqjqnqo0kt0s2oegenkvj8fuuy-qs5syyqmt24r2...@mail.gmail.com Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/36b1a1e826eaa144d5661f1f047cc43d8921cbae 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(-)
