Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00fad9f

Browse files
committed
Format pg_upgrade --version in line with conventions
1 parent 4c78846 commit 00fad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ parseCommandLine(int argc, char *argv[])
8181
}
8282
if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0)
8383
{
84-
pg_log(PG_REPORT, "pg_upgrade " PG_VERSION "\n");
84+
puts("pg_upgrade (PostgreSQL) " PG_VERSION);
8585
exit(0);
8686
}
8787
}

0 commit comments

Comments
 (0)