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

Commit7fe9cb9

Browse files
committed
fix compiler warnings
1 parentda96020 commit7fe9cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ pg_stop_backup(pgBackup *backup)
916916
PGresult*res;
917917
uint32xlogid;
918918
uint32xrecoff;
919-
XLogRecPtrrestore_lsn;
919+
XLogRecPtrrestore_lsn=InvalidXLogRecPtr;
920920
boolsent= false;
921921
intpg_stop_backup_timeout=0;
922922

‎delete.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ do_retention_purge(void)
130130
size_ti;
131131
time_tdays_threshold=time(NULL)- (retention_window*60*60*24);
132132
XLogRecPtroldest_lsn=InvalidXLogRecPtr;
133-
TimeLineIDoldest_tli;
133+
TimeLineIDoldest_tli=0;
134134
boolkeep_next_backup= true;/* Do not delete first full backup */
135135
boolbackup_deleted= false;/* At least one backup was deleted */
136136

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp