pgsql: Update comments on CustomPath struct.

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема pgsql: Update comments on CustomPath struct.
Дата
Msg-id E1qRTbj-000Dzz-4I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update comments on CustomPath struct.

Commit e7cb7ee14 allowed custom scan providers to create CustomPath
paths for join relations as well, but missed updating the comments.

Back-patch to all supported branches.

Discussion: https://postgr.es/m/CAPmGK15ODkN%2B%3DhkBCufj1HBW0x5OTb65Xuy7ryXchMdiCMpx_g%40mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9f495270cca7c75a50783be0a94edd28c1338ea9

Modified Files
--------------
src/include/nodes/pathnodes.h | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Refactor to split Apply and Tablesync Workers code.
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Doc: update documentation for creating custom scan paths.