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