mirror of https://github.com/citusdata/citus.git
Improve assert
parent
452d0b1dcf
commit
275d9d83f8
|
@ -2404,7 +2404,7 @@ ManageWorkerPool(WorkerPool *workerPool)
|
||||||
if (!connection)
|
if (!connection)
|
||||||
{
|
{
|
||||||
/* connection can only be NULL for optional connections */
|
/* connection can only be NULL for optional connections */
|
||||||
Assert((connectionFlags & connectionFlags));
|
Assert((connectionFlags & OPTIONAL_CONNECTION));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue