mirror of https://github.com/citusdata/citus.git
Fixes #375 Prior to this change, shard pruning couldn't be done if: - Table is hash-distributed - Partition column of is VARCHAR - Query to be pruned is a subquery There were two problems: - A bug in left-side/right-side checks for the partition column - We were not considering relabeled types (VARCHAR was relabeled as TEXT) |
||
---|---|---|
.. | ||
backend | ||
bin | ||
include | ||
test/regress |