Silence compiler warning about undefined function when compiling without
assertions.
This commit is contained in:
parent
05d93c38a7
commit
baabf05196
@ -71,7 +71,9 @@ static bool announce_next_takeover = true;
|
|||||||
static void SyncRepQueueInsert(void);
|
static void SyncRepQueueInsert(void);
|
||||||
|
|
||||||
static int SyncRepGetStandbyPriority(void);
|
static int SyncRepGetStandbyPriority(void);
|
||||||
|
#ifdef USE_ASSERT_CHECKING
|
||||||
static bool SyncRepQueueIsOrderedByLSN(void);
|
static bool SyncRepQueueIsOrderedByLSN(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ===========================================================
|
* ===========================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user