Missing FDW documentation about GetForeignUpperPaths

Started by Etsuro Fujitaalmost 7 years ago2 messageshackers
Jump to latest
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp

In commit d50d172e51, which adds support for FINAL relation pushdown
in postgres_fdw, I forgot to update the FDW documentation about
GetForeignUpperPaths to mention that the extra parameter of that
function points to a FinalPathExtraData structure introduced by that
commit in the case of FINAL relation pushdown. Attached is a patch
for that.

Best regards,
Etsuro Fujita

Attachments:

FDW-documentation-GetForeignUpperPaths.patchapplication/octet-stream; name=FDW-documentation-GetForeignUpperPaths.patchDownload+4-4
#2Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Etsuro Fujita (#1)
Re: Missing FDW documentation about GetForeignUpperPaths

On Wed, May 8, 2019 at 3:51 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote:

In commit d50d172e51, which adds support for FINAL relation pushdown
in postgres_fdw, I forgot to update the FDW documentation about
GetForeignUpperPaths to mention that the extra parameter of that
function points to a FinalPathExtraData structure introduced by that
commit in the case of FINAL relation pushdown. Attached is a patch
for that.

There seems to be no objections, so I've committed the patch.

Best regards,
Etsuro Fujita