Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteaccb46

Browse files
committed
fix a warning
1 parente1d003b commiteaccb46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎configure.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ writeBackupCatalogConfig(FILE *out, pgBackupConfig *config)
6868
fprintf(out,"PGPORT = %s\n",config->pgport);
6969
if (config->pguser)
7070
fprintf(out,"PGUSER = %s\n",config->pguser);
71-
fprintf(out,"#Retention parameters:\n");
71+
72+
fprintf(out,"#Retention parameters:\n");
7273
if (config->retention_redundancy)
7374
fprintf(out,"retention-redundancy = %u\n",config->retention_redundancy);
7475
if (config->retention_window)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp