| From: | Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> |
|---|---|
| To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Missing comments/docs about custom scan path |
| Date: | 2023-08-03 09:01:33 |
| Message-ID: | CAPmGK14k5WN4KVo++g6sm6yTH_Mw0dHORgOrJhFP2Lz3QCic3g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Jul 31, 2023 at 7:05 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> 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.
There seem to be no objections, so I pushed both.
Best regards,
Etsuro Fujita
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2023-08-03 09:02:43 | Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails |
| Previous Message | Ashutosh Bapat | 2023-08-03 08:50:52 | Re: Adding a LogicalRepWorker type field |