On 2018/05/11 16:12, Amit Langote wrote: > Just to clarify, does this problem only arise because there is a pushed > down join involving the child? That is, does the problem only occur as of > the following commit: > > commit 1bc0100d270e5bcc980a0629b8726a32a497e788 > Author: Robert Haas <rh...@postgresql.org> > Date: Wed Feb 7 15:34:30 2018 -0500 > > postgres_fdw: Push down UPDATE/DELETE joins to remote servers. > > In other words, do we need to back-patch this up to 9.5 which added > foreign table inheritance?
Oops, it should have been clear by the subject line that the problem didn't exist before that commit. Sorry. Thanks, Amit