修改问题:pg_xlogdump命令执行失败

This commit is contained in:
zhaobingyu 2022-12-27 19:07:41 +08:00
parent fc654ee8e5
commit 547d64b3a8
1 changed files with 3 additions and 0 deletions

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;