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

Commitf9a3d79

Browse files
author
Michael Paquier
committed
Correct some typos and variable placements
1 parent7eb06cb commitf9a3d79

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎backup.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,8 @@ do_backup(pgBackupOption bkupopt)
746746

747747
/* get list of backups already taken */
748748
backup_list=catalog_get_backup_list(NULL);
749-
if(!backup_list){
749+
if(!backup_list)
750750
elog(ERROR_SYSTEM,_("can't process any more."));
751-
}
752751

753752
/* set the error processing function for the backup process */
754753
pgut_atexit_push(backup_cleanup,NULL);

‎pg_rman.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ static intkeep_srvlog_files = KEEP_INFINITE;
3939
staticintkeep_srvlog_days=KEEP_INFINITE;
4040
staticintkeep_data_generations=KEEP_INFINITE;
4141
staticintkeep_data_days=KEEP_INFINITE;
42+
staticboolbackup_validate= false;
4243

4344
/* restore configuration */
4445
staticchar*target_time;
4546
staticchar*target_xid;
4647
staticchar*target_inclusive;
4748
staticTimeLineIDtarget_tli;
48-
staticboolis_hard_copy= false;
49-
staticboolbackup_validate= false;
49+
staticboolis_hard_copy= false;
5050

5151
/* show configuration */
5252
staticboolshow_all= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp