pgsql: Disable support for partitionwise joins in problematic cases.

2018-08-31 Thread Etsuro Fujita
Disable support for partitionwise joins in problematic cases. Commit f49842d, which added support for partitionwise joins, built the child's tlist by applying adjust_appendrel_attrs() to the parent's. So in the case where the parent's included a whole-row Var for the parent, the child's contained

pgsql: Disable support for partitionwise joins in problematic cases.

2018-08-31 Thread Etsuro Fujita
Disable support for partitionwise joins in problematic cases. Commit f49842d, which added support for partitionwise joins, built the child's tlist by applying adjust_appendrel_attrs() to the parent's. So in the case where the parent's included a whole-row Var for the parent, the child's contained