未验证 提交 406fa028 编写于 作者: P Paul Guo 提交者: GitHub

Remove a FIXME related to recoveryTargetIsLatest. (#6863)

The recoveryTargetIsLatest setting code was missing somehow and later
it was added back in commit 55808e18. Removing the FIXME comment.
Reviewed-by: NJimmy Yih <jyih@pivotal.io>
Reviewed-by: NGeorgios Kokolatos <gkokolatos@pivotal.io>
上级 434bd5b9
......@@ -292,7 +292,7 @@ static bool recoveryStopAfter;
* to decrease.
*/
static TimeLineID recoveryTargetTLI;
static bool recoveryTargetIsLatest = false; // GPDB_93_MERGE_FIXME: should this be set somewhere?
static bool recoveryTargetIsLatest = false;
static List *expectedTLEs;
static TimeLineID curFileTLI;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册