1
0
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:
Grigory Smolkin 2020-05-01 00:52:25 +03:00
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);