| From: | Cary Huang <cary(dot)huang(at)highgo(dot)ca> |
|---|---|
| To: | "Pgsql Hackers" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | typo in paths.h |
| Date: | 2024-03-12 18:57:44 |
| Message-ID: | 18e34071af0.dbfc9663424635.8571906799773344646@highgo.ca |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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(dot)huang(at)highgo(dot)ca
| Attachment | Content-Type | Size |
|---|---|---|
| correct_source_filename.patch | application/octet-stream | 485 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-03-12 19:36:38 | Re: On disable_cost |
| Previous Message | Dean Rasheed | 2024-03-12 18:43:27 | Broken EXPLAIN output for SubPlan in MERGE |