mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-22 11:44:34 +02:00
keep compiler happy
This commit is contained in:
parent
e8346d5d29
commit
3e0c871f6b
@ -445,7 +445,7 @@ static int
|
||||
show_backup(const char *instance_name, time_t requested_backup_id)
|
||||
{
|
||||
int i;
|
||||
pgBackup *backup;
|
||||
pgBackup *backup = NULL;
|
||||
parray *backups;
|
||||
|
||||
backups = catalog_get_backup_list(instance_name, INVALID_BACKUP_ID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user