Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe4750e

Browse filesBrowse 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
Copy full SHA for fe4750e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/optimizer/paths.h

Copy file name to clipboardExpand all lines: src/include/optimizer/paths.h
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.