Re: GetExistingLocalJoinPath() vs. the docs

From: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GetExistingLocalJoinPath() vs. the docs
Date: 2016-02-16 12:53:42
Message-ID: CAFjFpRfZnunua5RnAieop5DYXQy+cWJKhFVwWYo2dcaKocwJTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 15, 2016 at 9:11 PM, Stephen Frost <sfrost(at)snowman(dot)net> wrote:

> Greetings,
>
> While getting back into the thread Re: Optimization for updating foreign
> tables in Postgres FDW, I noticed some issues with the docs and
> GetExistingLocalJoinPath():
>
> GetExistingLocalJoinPath() exists in src/backend/foreign/foreign.c, but
> the docs include discussion of it under 54.2 - Foreign Data Wrapper
> Callback Routines. Shouldn't this be under 54.3. Foreign Data Wrapper
> Helper Functions?

Yes

> Also, the prototype is incorrect in the docs (it
> doesn't return a void)

Thanks for pointing that out.

> and the paragraph about what it's for could do
> with some wordsmithing.
>

Any specific suggestions?

>
> A link from 54.2 to 54.3 which mentions it would be fine, of course.
>

Ok

PFA patch fixing those things.

--
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

Attachment Content-Type Size
geljp_doc.patch application/x-download 4.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-02-16 12:57:02 Re: Declarative partitioning
Previous Message Craig Ringer 2016-02-16 12:50:24 Re: Packaging of postgresql-jdbc