pgsql: Update comments on CustomPath struct. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Update comments on CustomPath struct.
Date
Msg-id E1qRTbj-000Dzz-4I@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Refactor to split Apply and Tablesync Workers code.
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Doc: update documentation for creating custom scan paths.