typo in paths.h

Started by Cary Huangabout 2 years ago2 messageshackers
Jump to latest
#1Cary Huang
cary.huang@highgo.ca

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)

mailto:cary.huang@highgo.ca

http://www.highgo.ca

Attachments:

correct_source_filename.patchapplication/octet-stream; name=correct_source_filename.patchDownload+1-1
#2David Rowley
dgrowleyml@gmail.com
In reply to: Cary Huang (#1)
Re: typo in paths.h

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 function is implemented in tidpath.c, not tidpath.h as stated, which does not exist.

Thank you. Pushed.

David