提交 00fad9f6 编写于 作者: P Peter Eisentraut

Format pg_upgrade --version in line with conventions

上级 4c78846c
......@@ -81,7 +81,7 @@ parseCommandLine(int argc, char *argv[])
}
if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0)
{
pg_log(PG_REPORT, "pg_upgrade " PG_VERSION "\n");
puts("pg_upgrade (PostgreSQL) " PG_VERSION);
exit(0);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册