Thread: typo in paths.h

typo in paths.h

From
Cary Huang
Date:
Hello

I noticed that the comment for declaring create_tidscan_paths() in src/include/optimizer/paths.h has a typo. The function is implemented in tidpath.c, not tidpath.h as stated, which does not exist.

Made a small patch to correct it.

Thank you


Cary Huang
-------------
HighGo Software Inc. (Canada)


Attachment

Re: typo in paths.h

From
David Rowley
Date:
On Wed, 13 Mar 2024 at 07:58, Cary Huang <cary.huang@highgo.ca> wrote:
> I noticed that the comment for declaring create_tidscan_paths() in src/include/optimizer/paths.h has a typo. The
functionis implemented in tidpath.c, not tidpath.h as stated, which does not exist.
 

Thank you.  Pushed.

David