Commit ae507d92 authored by Robert Haas's avatar Robert Haas

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.
parent e06a3896
......@@ -2637,7 +2637,7 @@ static struct config_int ConfigureNamesInt[] =
},
{
{"max_parallel_degree", PGC_SUSET, RESOURCES_ASYNCHRONOUS,
{"max_parallel_degree", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
gettext_noop("Sets the maximum number of parallel processes per executor node."),
NULL
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment