Missing FDW documentation about GetForeignUpperPaths

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Missing FDW documentation about GetForeignUpperPaths
Date: 2019-05-08 06:51:25
Message-ID: CAPmGK17uSXQDe31oRb-z1nYyT6vVzkstZkA3_Wbq38U92b9BmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
FDW-documentation-GetForeignUpperPaths.patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ideriha, Takeshi 2019-05-08 06:55:54 RE: Copy data to DSA area
Previous Message Thomas Munro 2019-05-08 06:31:04 Adding SMGR discriminator to buffer tags