pg_basebackup: Fix progress messages when writing to a file The progress messages print out \r to keep overwriting the same line on the screen. But this does not yield useful results when writing the output to a file. So in that case, print out \n instead.
Author: Martín Marqués <[email protected]> Reviewed-by: Arthur Zakirov <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/143b54d21d37804707c27edebdbd4410891da133 Modified Files -------------- src/bin/pg_basebackup/pg_basebackup.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
