1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

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

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