correct_source_filename.patch

application/octet-stream

Filename: correct_source_filename.patch
Type: application/octet-stream
Part: 0
Message: typo in paths.h

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/include/optimizer/paths.h 1 1
diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h
index 0e8a9c94ba..b137c8a589 100644
--- 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);