You've already forked pg_probackup
							
							
				mirror of
				https://github.com/postgrespro/pg_probackup.git
				synced 2025-10-31 00:17:52 +02:00 
			
		
		
		
	fix a warning
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user