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

From Etsuro Fujita
Subject pgsql: Update comments on CustomPath struct.
Date
Msg-id E1qRTbj-000E07-5y@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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/db395e2239a2a595e937c82f1a14d225f0d02a82

Modified Files
--------------
src/include/nodes/relation.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.