Re: typo in paths.h

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Cary Huang <cary.huang@highgo.ca>
Cc: Pgsql Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-03-12T20:35:03Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix incorrect filename reference in comment

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