GetExistingLocalJoinPath() vs. the docs - Mailing list pgsql-hackers

From Stephen Frost
Subject GetExistingLocalJoinPath() vs. the docs
Date
Msg-id 20160215154103.GN3331@tamriel.snowman.net
Whole thread Raw
Responses Re: GetExistingLocalJoinPath() vs. the docs
List pgsql-hackers
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?  Also, the prototype is incorrect in the docs (it
doesn't return a void) and the paragraph about what it's for could do
with some wordsmithing.

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

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: [PATCH] we have added support for box type in SP-GiST index
Next
From: Dmitry Ivanov
Date:
Subject: Re: [WIP] ALTER ... OWNER TO ... CASCADE