mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-24 08:52:38 +02:00
fix a warning
This commit is contained in:
parent
e1d003bb6c
commit
eaccb463df
@ -68,7 +68,8 @@ writeBackupCatalogConfig(FILE *out, pgBackupConfig *config)
|
||||
fprintf(out, "PGPORT = %s\n", config->pgport);
|
||||
if (config->pguser)
|
||||
fprintf(out, "PGUSER = %s\n", config->pguser);
|
||||
fprintf(out, "#Retention parameters:\n");
|
||||
|
||||
fprintf(out, "#Retention parameters:\n");
|
||||
if (config->retention_redundancy)
|
||||
fprintf(out, "retention-redundancy = %u\n", config->retention_redundancy);
|
||||
if (config->retention_window)
|
||||
|
Loading…
Reference in New Issue
Block a user