pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p

2019-06-13 Thread Etsuro Fujita
postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Previously, in postgresPlanForeignModify, we planned an UPDATE operation on a foreign table so that we transmit only columns that were explicitly targets of the UPDATE, so as to avoid unnecessary data transmission, but if the

pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p

2019-06-13 Thread Etsuro Fujita
postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Previously, in postgresPlanForeignModify, we planned an UPDATE operation on a foreign table so that we transmit only columns that were explicitly targets of the UPDATE, so as to avoid unnecessary data transmission, but if the

pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p

2019-06-13 Thread Etsuro Fujita
postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Previously, in postgresPlanForeignModify, we planned an UPDATE operation on a foreign table so that we transmit only columns that were explicitly targets of the UPDATE, so as to avoid unnecessary data transmission, but if the

pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p

2019-06-13 Thread Etsuro Fujita
postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Previously, in postgresPlanForeignModify, we planned an UPDATE operation on a foreign table so that we transmit only columns that were explicitly targets of the UPDATE, so as to avoid unnecessary data transmission, but if the

pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p

2019-06-13 Thread Etsuro Fujita
postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Previously, in postgresPlanForeignModify, we planned an UPDATE operation on a foreign table so that we transmit only columns that were explicitly targets of the UPDATE, so as to avoid unnecessary data transmission, but if the

pgsql: postgres_fdw: Account for triggers in non-direct remote UPDATE p

2019-06-13 Thread Etsuro Fujita
postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Previously, in postgresPlanForeignModify, we planned an UPDATE operation on a foreign table so that we transmit only columns that were explicitly targets of the UPDATE, so as to avoid unnecessary data transmission, but if the