summaryrefslogtreecommitdiff
path: root/src/include/nodes/relation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/relation.h')
-rw-r--r--src/include/nodes/relation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 7953bf7ed6..bd5e8ce5c1 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -906,9 +906,6 @@ typedef struct CustomPathMethods
{
const char *CustomName;
- void (*CreateCustomScanPath) (PlannerInfo *root,
- RelOptInfo *baserel,
- RangeTblEntry *rte);
struct Plan *(*PlanCustomPath) (PlannerInfo *root,
RelOptInfo *rel,
struct CustomPath *best_path,