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) |
||
|---|---|---|
| .. | ||
| multi_agg_distinct.source | ||
| multi_agg_type_conversion.source | ||
| multi_alter_table_statements.source | ||
| multi_append_table_to_shard.source | ||
| multi_copy.source | ||
| multi_create_schema.source | ||
| multi_fdw_large_shardid.source | ||
| multi_fdw_stage_data.source | ||
| multi_large_shardid.source | ||
| multi_master_delete_protocol.source | ||
| multi_outer_join.source | ||
| multi_stage_data.source | ||
| multi_stage_large_records.source | ||
| multi_stage_more_data.source | ||
| multi_subquery.source | ||
| worker_copy.source | ||