We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d93c3 commit baabf05Copy full SHA for baabf05
src/backend/replication/syncrep.c
@@ -71,7 +71,9 @@ static bool announce_next_takeover = true;
71
static void SyncRepQueueInsert(void);
72
73
static int SyncRepGetStandbyPriority(void);
74
+#ifdef USE_ASSERT_CHECKING
75
static bool SyncRepQueueIsOrderedByLSN(void);
76
+#endif
77
78
/*
79
* ===========================================================
0 commit comments