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

Commit03dfb7b

Browse files
committed
minor fix
1 parent393afa5 commit03dfb7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ do_archive_push(char *wal_file_path, char *wal_file_name)
6565
join_path_components(absolute_wal_file_path,current_dir,wal_file_path);
6666
join_path_components(backup_wal_file_path,arclog_path,wal_file_name);
6767

68+
elog(INFO,"pg_probackup archive-push from %s to %s",absolute_wal_file_path,backup_wal_file_path);
6869
if (access(backup_wal_file_path,F_OK)!=-1)
6970
elog(ERROR,"file '%s', already exists.",backup_wal_file_path);
7071

71-
elog(INFO,"pg_probackup archive-push from %s to %s",absolute_wal_file_path,backup_wal_file_path);
7272
copy_wal_file(absolute_wal_file_path,backup_wal_file_path);
7373
elog(INFO,"pg_probackup archive-push completed successfully");
7474

‎src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ main(int argc, char *argv[])
405405
elog(ERROR,"show-config command doesn't accept any options except -B and --instance");
406406
returndo_configure(true);
407407
caseSET_CONFIG:
408-
if (argc==5)
408+
if (argc==6)
409409
elog(ERROR,"set-config command requires at least one option");
410410
returndo_configure(false);
411411
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp