提交 481cdcef 编写于 作者: C Chris Hajas 提交者: Karen Huddleston

Restore statistics file in gpdbrestore --restore-stats with ddboost

The gp_statsistics prefix was not included in the list of files to
restore from ddboost, causing restore to fail when gpdbrestore
--restore-stats was used.
上级 7256defe
......@@ -2544,6 +2544,9 @@ isFileToBeCopied(const char *filename)
if (strstr(filename, ".tar"))
return 1;
if (strstr(filename, "gp_statistics_"))
return 1;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册