1
0
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:
Heikki Linnakangas
2011-03-07 09:56:53 +02:00
parent 05d93c38a7
commit baabf05196

View File

@ -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
/*
* ===========================================================