Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe4750e

Browse files
committed
Fix incorrect filename reference in comment
Author: Cary Huang Discussion: https://postgr.es/m/18e34071af0.dbfc9663424635.8571906799773344646@highgo.ca
1 parent 61461a3 commit fe4750e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/optimizer/paths.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extern bool match_index_to_operand(Node *operand, int indexcol,
8383
extern void check_index_predicates(PlannerInfo *root, RelOptInfo *rel);
8484

8585
/*
86-
* tidpath.h
86+
* tidpath.c
8787
* routines to generate tid paths
8888
*/
8989
extern void create_tidscan_paths(PlannerInfo *root, RelOptInfo *rel);

0 commit comments

Comments
 (0)