mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
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.
This commit is contained in:
parent
e06a38965b
commit
ae507d9222
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue