mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-03-11 15:09:36 +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)
|
show_backup(const char *instance_name, time_t requested_backup_id)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
pgBackup *backup;
|
pgBackup *backup = NULL;
|
||||||
parray *backups;
|
parray *backups;
|
||||||
|
|
||||||
backups = catalog_get_backup_list(instance_name, INVALID_BACKUP_ID);
|
backups = catalog_get_backup_list(instance_name, INVALID_BACKUP_ID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user