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. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |