Skip to content

Commit 91da77b

Browse files
committed
add elog message about waiting for pg_start_backup() execution
1 parent 1d4d293 commit 91da77b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backup.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,8 @@ pg_start_backup(const char *label, bool smooth, pgBackup *backup,
10441044

10451045
params[0] = label;
10461046

1047+
elog(INFO, "wait for pg_start_backup()");
1048+
10471049
/* 2nd argument is 'fast'*/
10481050
params[1] = smooth ? "false" : "true";
10491051
if (!exclusive_backup)

0 commit comments

Comments
 (0)