forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit143b54d
committed
pg_basebackup: Fix progress messages when writing to a file
The progress messages print out \r to keep overwriting the same line onthe screen. But this does not yield useful results when writing theoutput 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>1 parent06ae669 commit143b54d
1 file changed
+13
-3
lines changedLines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
811 | 811 |
| |
812 | 812 |
| |
813 | 813 |
| |
814 |
| - | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
815 | 818 |
| |
816 | 819 |
| |
817 | 820 |
| |
| |||
1796 | 1799 |
| |
1797 | 1800 |
| |
1798 | 1801 |
| |
1799 |
| - | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
1800 | 1809 |
| |
1801 | 1810 |
| |
1802 | 1811 |
| |
| |||
1929 | 1938 |
| |
1930 | 1939 |
| |
1931 | 1940 |
| |
1932 |
| - | |
| 1941 | + | |
| 1942 | + | |
1933 | 1943 |
| |
1934 | 1944 |
| |
1935 | 1945 |
| |
|
0 commit comments
Comments
(0)