Minor documentation tweak to GetForeignPlan documentation

Started by Etsuro Fujitaalmost 10 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

Attached patch makes minor modification to the GetForeignPlan
documentation. This adds the description about outer_plan, the new
parameter added in 9.5.

Best regards,
Etsuro Fujita

Attachments:

GetForeingPlan-doc-tweak.patchapplication/x-patch; name=GetForeingPlan-doc-tweak.patchDownload
*** a/doc/src/sgml/fdwhandler.sgml
--- b/doc/src/sgml/fdwhandler.sgml
***************
*** 178,184 **** GetForeignPlan (PlannerInfo *root,
       the selected <structname>ForeignPath</> (previously produced by
       <function>GetForeignPaths</> or <function>GetForeignJoinPaths</>),
       the target list to be emitted by the plan node,
!      and the restriction clauses to be enforced by the plan node.
       (If the path is for a join rather than a base
       relation, <literal>foreigntableid</> is <literal>InvalidOid</>.)
      </para>
--- 178,186 ----
       the selected <structname>ForeignPath</> (previously produced by
       <function>GetForeignPaths</> or <function>GetForeignJoinPaths</>),
       the target list to be emitted by the plan node,
!      the restriction clauses to be enforced by the plan node,
!      and the outer subplan of the <structname>ForeignScan</>,
!      which is used for rechecks performed by <function>RecheckForeignScan</>.
       (If the path is for a join rather than a base
       relation, <literal>foreigntableid</> is <literal>InvalidOid</>.)
      </para>
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Minor documentation tweak to GetForeignPlan documentation

On Fri, Jan 15, 2016 at 6:20 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Attached patch makes minor modification to the GetForeignPlan
documentation. This adds the description about outer_plan, the new
parameter added in 9.5.

Good catch. Committed and back-patched to 9.5.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Robert Haas (#2)
Re: Minor documentation tweak to GetForeignPlan documentation

On 2016/03/09 4:36, Robert Haas wrote:

On Fri, Jan 15, 2016 at 6:20 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Attached patch makes minor modification to the GetForeignPlan
documentation. This adds the description about outer_plan, the new
parameter added in 9.5.

Good catch. Committed and back-patched to 9.5.

Thank you for picking up this and another comment-update patch!

Best regards,
Etsuro Fujita

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers