projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61461a3
)
Fix incorrect filename reference in comment
author
David Rowley
<drowley@postgresql.org>
Tue, 12 Mar 2024 20:34:11 +0000
(09:34 +1300)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/optimizer/paths.h
b/src/include/optimizer/paths.h
index 0e8a9c94ba688dda95a0be4b999651abb7ef1799..b137c8a58961b38dcc8ba6432771a36dc8482b55 100644
(file)
--- 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);