mirror of https://github.com/citusdata/citus.git
hash_create(), called by TaskHashCreate(), doesn't work correctly for a zero sized hash table. This triggers valgrind errors, and could potentially cause crashes even without valgring. This currently happens for Jobs with 0 tasks. These probably should be optimized away before reaching TaskHashCreate(), but that's a bigger change. |
||
|---|---|---|
| .. | ||
| multi_client_executor.c | ||
| multi_executor.c | ||
| multi_real_time_executor.c | ||
| multi_router_executor.c | ||
| multi_server_executor.c | ||
| multi_task_tracker_executor.c | ||
| multi_utility.c | ||