Fix incorrect filename reference in comment
authorDavid Rowley <drowley@postgresql.org>
Tue, 12 Mar 2024 20:34:11 +0000 (09:34 +1300)
committerDavid Rowley <drowley@postgresql.org>
Tue, 12 Mar 2024 20:34:11 +0000 (09:34 +1300)
Author: Cary Huang
Discussion: https://postgr.es/m/18e34071af0.dbfc9663424635.8571906799773344646@highgo.ca

src/include/optimizer/paths.h

index 0e8a9c94ba688dda95a0be4b999651abb7ef1799..b137c8a58961b38dcc8ba6432771a36dc8482b55 100644 (file)
@@ -83,7 +83,7 @@ extern bool match_index_to_operand(Node *operand, int indexcol,
 extern void check_index_predicates(PlannerInfo *root, RelOptInfo *rel);
 
 /*
- * tidpath.h
+ * tidpath.c
  *   routines to generate tid paths
  */
 extern void create_tidscan_paths(PlannerInfo *root, RelOptInfo *rel);