Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bce9fa4

Browse files
committed
over-optimistic assert in MtmSleep
1 parent 52176f9 commit bce9fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ void MtmSleep(timestamp_t interval)
468468
pg_usleep(sleepfor);
469469
if (MtmGetCurrentTime() < waketm)
470470
{
471-
Assert(errno == EINTR);
471+
/* Assert(errno == EINTR); */
472472
continue;
473473
}
474474
break;

0 commit comments

Comments
 (0)