Fix incorrect filename reference in comment

Author: Cary Huang
Discussion: https://postgr.es/m/18e34071af0.dbfc9663424635.8571906799773344646@highgo.ca
This commit is contained in:
David Rowley 2024-03-13 09:34:11 +13:00
parent 61461a300c
commit fe4750effd
1 changed files with 1 additions and 1 deletions

View 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);