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: | [email protected] |
Views: | Whole Thread | Raw Message | 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.
Branch
------
REL_16_STABLE
Modified Files
--------------
src/include/nodes/pathnodes.h | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
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. |