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 e62f5ef commit e77a4acCopy full SHA for e77a4ac
arbiter.c
@@ -340,8 +340,8 @@ static void MtmScheduleHeartbeat()
340
if (!stop) {
341
enable_timeout_after(heartbeat_timer, MtmHeartbeatSendTimeout);
342
send_heartbeat = true;
343
- PGSemaphoreUnlock(&Mtm->votingSemaphore);
344
}
+ PGSemaphoreUnlock(&Mtm->votingSemaphore);
345
346
347
static void MtmSendHeartbeat()
0 commit comments