pgsql: Fix generate_partitionwise_join_paths() to tolerate failure.

2022-12-04 Thread Tom Lane
Fix generate_partitionwise_join_paths() to tolerate failure. We might fail to generate a partitionwise join, because reparameterize_path_by_child() does not support all path types. This should not be a hard failure condition: we should just fall back to a non-partitioned join. However, generate_p

pgsql: Fix generate_partitionwise_join_paths() to tolerate failure.

2022-12-04 Thread Tom Lane
Fix generate_partitionwise_join_paths() to tolerate failure. We might fail to generate a partitionwise join, because reparameterize_path_by_child() does not support all path types. This should not be a hard failure condition: we should just fall back to a non-partitioned join. However, generate_p

pgsql: Fix generate_partitionwise_join_paths() to tolerate failure.

2022-12-04 Thread Tom Lane
Fix generate_partitionwise_join_paths() to tolerate failure. We might fail to generate a partitionwise join, because reparameterize_path_by_child() does not support all path types. This should not be a hard failure condition: we should just fall back to a non-partitioned join. However, generate_p

pgsql: Fix generate_partitionwise_join_paths() to tolerate failure.

2022-12-04 Thread Tom Lane
Fix generate_partitionwise_join_paths() to tolerate failure. We might fail to generate a partitionwise join, because reparameterize_path_by_child() does not support all path types. This should not be a hard failure condition: we should just fall back to a non-partitioned join. However, generate_p

pgsql: Fix generate_partitionwise_join_paths() to tolerate failure.

2022-12-04 Thread Tom Lane
Fix generate_partitionwise_join_paths() to tolerate failure. We might fail to generate a partitionwise join, because reparameterize_path_by_child() does not support all path types. This should not be a hard failure condition: we should just fall back to a non-partitioned join. However, generate_p

pgsql: Fix generate_partitionwise_join_paths() to tolerate failure.

2022-12-04 Thread Tom Lane
Fix generate_partitionwise_join_paths() to tolerate failure. We might fail to generate a partitionwise join, because reparameterize_path_by_child() does not support all path types. This should not be a hard failure condition: we should just fall back to a non-partitioned join. However, generate_p