!2708 修改issue:dss模式下pg_controldata数据目录输入错误报错不合理
Merge pull request !2708 from zhaobingyu/pg_controldata
This commit is contained in:
@ -305,7 +305,7 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
if (DataDir[0] != '+') {
|
||||
fprintf(stderr, _("%s: DATADIR should be specified when enable dss\n"), progname);
|
||||
fprintf(stderr, _("%s: the DATADIR is not correct with enable dss."), progname);
|
||||
exit_safely(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user