mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-03-17 21:18:00 +02:00
fix tabulation offset
This commit is contained in:
parent
a039fd14aa
commit
529173287f
@ -1667,8 +1667,8 @@ wait_wal_lsn(XLogRecPtr lsn, bool is_start_lsn, bool wait_prev_segment)
|
||||
|
||||
if (!stream_wal && is_start_lsn && try_count == 30)
|
||||
elog(WARNING, "By default pg_probackup assume WAL delivery method to be ARCHIVE. "
|
||||
"If continius archiving is not set up, use '--stream' option to make autonomous backup. "
|
||||
"Otherwise check that continius archiving works correctly.");
|
||||
"If continius archiving is not set up, use '--stream' option to make autonomous backup. "
|
||||
"Otherwise check that continius archiving works correctly.");
|
||||
|
||||
if (timeout > 0 && try_count > timeout)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user