| From: | Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> |
|---|---|
| To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Missing comments/docs about custom scan path |
| Date: | 2023-07-31 10:05:02 |
| Message-ID: | CAPmGK15ODkN+=hkBCufj1HBW0x5OTb65Xuy7ryXchMdiCMpx_g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
While working on [1], I noticed $SUBJECT: commit e7cb7ee14 failed to
update comments for the CustomPath struct in pathnodes.h, and commit
f49842d1e failed to update docs about custom scan path callbacks in
custom-scan.sgml, IIUC. Attached are patches for updating these,
which I created separately for ease of review (patch
update-custom-scan-path-comments.patch for the former and patch
update-custom-scan-path-docs.patch for the latter). In the second
patch I used almost the same text as for the
ReparameterizeForeignPathByChild callback function in fdwhandler.sgml.
Best regards,
Etsuro Fujita
| Attachment | Content-Type | Size |
|---|---|---|
| update-custom-scan-path-comments.patch | application/octet-stream | 1.3 KB |
| update-custom-scan-path-docs.patch | application/octet-stream | 1.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2023-07-31 10:22:51 | Re: Support to define custom wait events for extensions |
| Previous Message | Bharath Rupireddy | 2023-07-31 09:55:04 | Re: Adding a LogicalRepWorker type field |