pgsql: Update comments on CustomPath struct.

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема pgsql: Update comments on CustomPath struct.
Дата
Msg-id E1qRTbj-000E05-5a@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/329f3a4bbab1b3f5e43076187601f9799befa3b2

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.