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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy