GetExistingLocalJoinPath() vs. the docs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема GetExistingLocalJoinPath() vs. the docs
Дата
Msg-id 20160215154103.GN3331@tamriel.snowman.net
обсуждение исходный текст
Ответы Re: GetExistingLocalJoinPath() vs. the docs  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: [PATCH] we have added support for box type in SP-GiST index
Следующее
От: Dmitry Ivanov
Дата:
Сообщение: Re: [WIP] ALTER ... OWNER TO ... CASCADE