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

Commit 9bda58d

Browse files
committed
Remove assert from dtm_sleep
1 parent f9e6e5a commit 9bda58d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/access/transam/global_snapshot.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ dtm_sleep(timestamp_t interval)
171171
if (dtm_get_current_time() < waketm)
172172
{
173173
totalSleepInterrupts += 1;
174-
Assert(errno == EINTR);
175174
continue;
176175
}
177176
break;

0 commit comments

Comments
 (0)