mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Silence compiler warning about undefined function when compiling without
assertions.
This commit is contained in:
@ -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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ===========================================================
|
* ===========================================================
|
||||||
|
Reference in New Issue
Block a user