Skip to content

Commit 6123e94

Browse files
committed
[PBCKP-107] fix build for Ubuntu 20.10
1 parent 8c0badc commit 6123e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static uint32 stream_stop_timeout = 0;
3737
/* Time in which we started to wait for streaming end */
3838
static time_t stream_stop_begin = 0;
3939

40-
const char *progname = "pg_probackup";
40+
//const char *progname = "pg_probackup";
4141

4242
/* list of files contained in backup */
4343
static parray *backup_files_list = NULL;

0 commit comments

Comments
 (0)