Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0cf333

Browse files
committed
[pgpathman]: Add PGDLLIMPORT for max_parallel_workers_per_gather and min_parallel_relation_size
1 parent8acb8f1 commitb0cf333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/include/optimizer/cost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extern PGDLLIMPORT double parallel_tuple_cost;
5454
externPGDLLIMPORTdoubleparallel_setup_cost;
5555
externPGDLLIMPORTinteffective_cache_size;
5656
externCostdisable_cost;
57-
externintmax_parallel_workers_per_gather;
57+
externPGDLLIMPORTintmax_parallel_workers_per_gather;
5858
externboolenable_seqscan;
5959
externboolenable_indexscan;
6060
externboolenable_indexonlyscan;

‎src/include/optimizer/paths.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
externboolenable_geqo;
2424
externintgeqo_threshold;
25-
externintmin_parallel_relation_size;
25+
externPGDLLIMPORTintmin_parallel_relation_size;
2626

2727
/* Hook for plugins to get control in set_rel_pathlist() */
2828
typedefvoid (*set_rel_pathlist_hook_type) (PlannerInfo*root,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp