Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae507d9

Browse files
committed
Make max_parallel_degree PGC_USERSET.
It was intended to be this way all along, just like other planner GUCs such as work_mem. But I goofed.
1 parent e06a389 commit ae507d9

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ static struct config_int ConfigureNamesInt[] =
26372637
},
26382638

26392639
{
2640-
{"max_parallel_degree", PGC_SUSET, RESOURCES_ASYNCHRONOUS,
2640+
{"max_parallel_degree", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
26412641
gettext_noop("Sets the maximum number of parallel processes per executor node."),
26422642
NULL
26432643
},

0 commit comments

Comments
 (0)