pgsql: Update comments on CustomPath struct.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments on CustomPath struct.
Date: 2023-08-03 08:22:56
Message-ID: E1qRTbj-000E01-4g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1ea0424a5b8ea5ce6defd072fc8a48d1ddc3304e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2023-08-03 08:49:56 pgsql: Doc: update documentation for creating custom scan paths.
Previous Message Amit Kapila 2023-08-03 03:59:33 pgsql: Refactor to split Apply and Tablesync Workers code.