aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/optimizer/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h
index 0e8a9c94ba6..b137c8a5896 100644
--- a/src/include/optimizer/paths.h
+++ b/src/include/optimizer/paths.h
@@ -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);