Missing FDW documentation about GetForeignUpperPaths
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
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