!2701 解决问题:pg_xlogdump命令执行失败

Merge pull request !2701 from zhaobingyu/master
This commit is contained in:
opengauss-bot
2022-12-28 01:09:58 +00:00
committed by Gitee

View File

@ -1038,6 +1038,9 @@ int main(int argc, char** argv)
}
}
if (dumpprivate.enable_dss)
XLogSegmentSize = DSS_XLOG_SEG_SIZE;
/* parse files as start/end boundaries, extract path if not specified */
if (optind < argc) {
char* directory = NULL;