File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ extern PGDLLIMPORT double parallel_tuple_cost;
54
54
extern PGDLLIMPORT double parallel_setup_cost ;
55
55
extern PGDLLIMPORT int effective_cache_size ;
56
56
extern Cost disable_cost ;
57
- extern int max_parallel_workers_per_gather ;
57
+ extern PGDLLIMPORT int max_parallel_workers_per_gather ;
58
58
extern bool enable_seqscan ;
59
59
extern bool enable_indexscan ;
60
60
extern bool enable_indexonlyscan ;
Original file line number Diff line number Diff line change 22
22
*/
23
23
extern bool enable_geqo ;
24
24
extern int geqo_threshold ;
25
- extern int min_parallel_relation_size ;
25
+ extern PGDLLIMPORT int min_parallel_relation_size ;
26
26
27
27
/* Hook for plugins to get control in set_rel_pathlist() */
28
28
typedef void (* set_rel_pathlist_hook_type ) (PlannerInfo * root ,
You can’t perform that action at this time.
0 commit comments