Re: postgres_fdw: Oddity in pushing down inherited UPDATE/DELETE joins to remote servers
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-05-16T10:41:34Z
Lists: pgsql-hackers
(2018/05/16 18:40), Amit Langote wrote: > On 2018/05/16 18:35, Etsuro Fujita wrote: >> I don't object to back-patching. Should I remove this from the open >> items list for PG11? > > Perhaps, keep on the page but in Older Bugs section? OK, I'll move to Older Bugs on that page and add to the next commitfest. Best regards, Etsuro Fujita
Commits
-
Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.
- 7fc7dac1a711 11.0 landed
-
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
- 1bc0100d270e 11.0 cited