We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a7e3 commit da96020Copy full SHA for da96020
restore.c
@@ -90,8 +90,8 @@ do_restore_or_validate(time_t target_backup_id,
90
pgBackup *current_backup = NULL;
91
pgBackup *dest_backup = NULL;
92
pgBackup *base_full_backup = NULL;
93
- int dest_backup_index;
94
- int base_full_backup_index;
+ int dest_backup_index = 0;
+ int base_full_backup_index = 0;
95
char *action = is_restore ? "Restore":"Validate";
96
97
if (is_restore)
0 commit comments