!2701 解决问题:pg_xlogdump命令执行失败
Merge pull request !2701 from zhaobingyu/master
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user