mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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 int SyncRepGetStandbyPriority(void);
|
||||
#ifdef USE_ASSERT_CHECKING
|
||||
static bool SyncRepQueueIsOrderedByLSN(void);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* ===========================================================
|
||||
|
Reference in New Issue
Block a user