Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae507d9

Browse files
committed
Make max_parallel_degree PGC_USERSET.
It was intended to be this way all along, just like other plannerGUCs such as work_mem. But I goofed.
1 parente06a389 commitae507d9

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)

[8]ページ先頭

©2009-2025 Movatter.jp