1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-19 11:30:07 +02:00

Merge branch 'master' into stream_refactoring

This commit is contained in:
Grigory Smolkin 2020-11-12 15:50:36 +03:00
commit dab64c46bc

View File

@ -24,7 +24,7 @@
#include "utils/thread.h"
#include "utils/file.h"
const char *progname = "pg_probackup";
//const char *progname = "pg_probackup";
/* list of files contained in backup */
static parray *backup_files_list = NULL;