修改issue:dss模式下pg_controldata数据目录输入错误报错不合理

This commit is contained in:
zhaobingyu
2022-12-29 22:30:02 +08:00
parent a0fc99d621
commit 8190bf4ae9

View File

@ -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);
}
}