提交 baabf051 编写于 作者: H Heikki Linnakangas

Silence compiler warning about undefined function when compiling without

assertions.
上级 05d93c38
......@@ -71,7 +71,9 @@ static bool announce_next_takeover = true;
static void SyncRepQueueInsert(void);
static int SyncRepGetStandbyPriority(void);
#ifdef USE_ASSERT_CHECKING
static bool SyncRepQueueIsOrderedByLSN(void);
#endif
/*
* ===========================================================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册