pgsql: Fix creation of resjunk tlist entries for inherited mixed UPDATE

2017-11-27 Thread Tom Lane
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. rewriteTargetListUD's processing is dependent on the relkind of the query's target table. That was fine at the time it was made to act that way, even for queries on inheritance trees, because all tables in an inheritance tre

pgsql: Fix creation of resjunk tlist entries for inherited mixed UPDATE

2017-11-27 Thread Tom Lane
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. rewriteTargetListUD's processing is dependent on the relkind of the query's target table. That was fine at the time it was made to act that way, even for queries on inheritance trees, because all tables in an inheritance tre

pgsql: Fix creation of resjunk tlist entries for inherited mixed UPDATE

2017-11-27 Thread Tom Lane
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. rewriteTargetListUD's processing is dependent on the relkind of the query's target table. That was fine at the time it was made to act that way, even for queries on inheritance trees, because all tables in an inheritance tre

pgsql: Fix creation of resjunk tlist entries for inherited mixed UPDATE

2017-11-27 Thread Tom Lane
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. rewriteTargetListUD's processing is dependent on the relkind of the query's target table. That was fine at the time it was made to act that way, even for queries on inheritance trees, because all tables in an inheritance tre