Content-Length: 256193 | pFad | http://github.com/postgrespro/postgres_cluster/commit/ae507d9222989f2fd8455cf32d4dcb337ccf32bb

0E Make max_parallel_degree PGC_USERSET. · postgrespro/postgres_cluster@ae507d9 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/ae507d9222989f2fd8455cf32d4dcb337ccf32bb

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy