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,
|
sock,
|
||||||
NULL, (void *) session);
|
NULL, (void *) session);
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* socketClosedOnly is only true for */
|
/* socketClosedOnly is only true for */
|
||||||
Assert(false);
|
Assert(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue