mirror of https://github.com/citusdata/citus.git
remove_socket_check
parent
1e5096e29d
commit
ffd627a6e4
|
@ -5538,6 +5538,7 @@ AddSessionToWaitEventSet(WorkerSession *session, WaitEventSet *waitEventSet,
|
|||
sock,
|
||||
NULL, (void *) session);
|
||||
#else
|
||||
|
||||
/* socketClosedOnly is only true for */
|
||||
Assert(false);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue