Re: Comment about set_join_pathlist_hook()

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: David Rowley <dgrowleyml@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-21T11:07:56Z
Lists: pgsql-hackers
Hi,

On Wed, Sep 20, 2023 at 7:49 PM David Rowley <dgrowleyml@gmail.com> wrote:
> On Wed, 20 Sept 2023 at 22:06, Etsuro Fujita <etsuro.fujita@gmail.com> wrote:
> > So I would like to propose to extend the comment to explain what they
> > can do, as in the comment about set_rel_pathlist_hook() in allpaths.c.
> > Attached is a patch for that.
>
> Looks good to me.
>
> I see you've copy/edited the comment just above the call to
> set_rel_pathlist_hook(). That makes sense.

Cool!  Pushed.

Thanks for taking a look!

Best regards,
Etsuro Fujita



Commits

  1. Update comment about set_join_pathlist_hook().