forked from openGauss-Ecosystem/openGauss-server
修改问题:pg_xlogdump命令执行失败
This commit is contained in:
parent
fc654ee8e5
commit
547d64b3a8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue