File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
#include "pathman.h"
4
4
5
5
6
- bool pg_pathman_enable_pickyappend = true;
6
+ bool pg_pathman_enable_pickyappend = true;
7
7
8
- CustomPathMethods pickyappend_path_methods ;
9
- CustomScanMethods pickyappend_plan_methods ;
10
- CustomExecMethods pickyappend_exec_methods ;
8
+ CustomPathMethods pickyappend_path_methods ;
9
+ CustomScanMethods pickyappend_plan_methods ;
10
+ CustomExecMethods pickyappend_exec_methods ;
11
11
12
12
13
13
static void
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ typedef struct
45
45
HASHCTL plan_state_table_config ;
46
46
} PickyAppendState ;
47
47
48
- extern bool pg_pathman_enable_pickyappend ;
48
+ extern bool pg_pathman_enable_pickyappend ;
49
49
50
- extern CustomPathMethods pickyappend_path_methods ;
51
- extern CustomScanMethods pickyappend_plan_methods ;
52
- extern CustomExecMethods pickyappend_exec_methods ;
50
+ extern CustomPathMethods pickyappend_path_methods ;
51
+ extern CustomScanMethods pickyappend_plan_methods ;
52
+ extern CustomExecMethods pickyappend_exec_methods ;
53
53
54
54
Path * create_pickyappend_path (PlannerInfo * root , AppendPath * inner_append ,
55
55
ParamPathInfo * param_info , List * picky_clauses );
You can’t perform that action at this time.
0 commit comments