1
0
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:
Grigory Smolkin 2021-04-10 15:08:35 +03:00
parent 1d4d293947
commit 91da77b16f

View File

@ -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)