Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91da77b

Browse files
committed
add elog message about waiting for pg_start_backup() execution
1 parent1d4d293 commit91da77b

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)

[8]ページ先頭

©2009-2025 Movatter.jp