mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-03 14:01:57 +02:00
add elog message about waiting for pg_start_backup() execution
This commit is contained in:
parent
1d4d293947
commit
91da77b16f
@ -1044,6 +1044,8 @@ pg_start_backup(const char *label, bool smooth, pgBackup *backup,
|
||||
|
||||
params[0] = label;
|
||||
|
||||
elog(INFO, "wait for pg_start_backup()");
|
||||
|
||||
/* 2nd argument is 'fast'*/
|
||||
params[1] = smooth ? "false" : "true";
|
||||
if (!exclusive_backup)
|
||||
|
Loading…
x
Reference in New Issue
Block a user