Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8977e0e

Browse files
committed
Use stream_wal instead of current.stream
1 parent 052329f commit 8977e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ main(int argc, char *argv[])
437437

438438
elog(INFO, "Backup start, pg_probackup version: %s, backup ID: %s, backup mode: %s, instance: %s, stream: %s, remote: %s",
439439
PROGRAM_VERSION, base36enc(start_time), backup_mode, instance_name,
440-
current.stream ? "true" : "false", is_remote_backup ? "true" : "false");
440+
stream_wal ? "true" : "false", is_remote_backup ? "true" : "false");
441441

442442
return do_backup(start_time);
443443
}

0 commit comments

Comments
 (0)