postgresql/src/bin/pg_basebackup
Peter Eisentraut 143b54d21d 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 <martin@2ndquadrant.com>
Reviewed-by: Arthur Zakirov <a.zakirov@postgrespro.ru>
2017-12-01 09:21:34 -05:00
..
po Translation updates 2017-08-07 13:55:34 -04:00
t Exclude pg_internal.init from BASE_BACKUP 2017-11-07 12:28:35 -05:00
.gitignore
Makefile Fix broken link-command-line ordering for libpgfeutils. 2017-07-14 12:26:53 -04:00
nls.mk Translation updates 2017-08-07 13:55:34 -04:00
pg_basebackup.c pg_basebackup: Fix progress messages when writing to a file 2017-12-01 09:21:34 -05:00
pg_receivewal.c Update typedefs.list and re-run pgindent 2017-11-29 09:24:24 -05:00
pg_recvlogical.c Mark some more functions as pg_attribute_noreturn(). 2017-11-27 20:56:46 -05:00
receivelog.c Fix comment 2017-11-05 11:48:20 -05:00
receivelog.h pg_basebackup: Add option to create replication slot 2017-09-27 08:49:47 -04:00
streamutil.c Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
streamutil.h Update typedefs.list and re-run pgindent 2017-11-29 09:24:24 -05:00
walmethods.c Message style improvements 2017-08-04 18:31:32 -04:00
walmethods.h