diff options
Diffstat (limited to 'src/include/optimizer/pathnode.h')
-rw-r--r-- | src/include/optimizer/pathnode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index 2b67ae6187b..0f2882986c0 100644 --- a/src/include/optimizer/pathnode.h +++ b/src/include/optimizer/pathnode.h @@ -131,11 +131,11 @@ extern Path *reparameterize_path(PlannerInfo *root, Path *path, /* * Interface definition of custom-scan providers */ -extern void register_custom_path_provider(CustomPathMethods *cpp_methods); +extern void register_custom_path_provider(const CustomPathMethods *cpp_methods); extern void create_customscan_paths(PlannerInfo *root, - RelOptInfo *baserel, - RangeTblEntry *rte); + RelOptInfo *baserel, + RangeTblEntry *rte); /* * prototypes for relnode.c |