mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 08:08:08 -04:00
Silence compiler warning about undefined function when compiling without
assertions.
This commit is contained in:
parent
05d93c38a7
commit
baabf05196
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
* ===========================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue