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

Commitd2129fd

Browse files
committed
change elog level to WARNING in message about restoring backup without validation
1 parentc509ae4 commitd2129fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/restore.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ do_restore_or_validate(time_t target_backup_id, pgRecoveryTarget *rt,
405405
dest_backup->status==BACKUP_STATUS_DONE)
406406
{
407407
if (rt->no_validate)
408-
elog(INFO,"Backup %s is used without validation.",base36enc(dest_backup->start_time));
408+
elog(WARNING,"Backup %s is used without validation.",base36enc(dest_backup->start_time));
409409
else
410410
elog(INFO,"Backup %s is valid.",base36enc(dest_backup->start_time));
411411
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp