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

Appearance settings

Commit f4a2842

Browse filesBrowse files
committed
1 parent 2dadd06 commit f4a2842
Copy full SHA for f4a2842

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/backend/utils/misc
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/guc.c

Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ static struct config_int ConfigureNamesInt[] =
27562756

27572757
{
27582758
{"max_parallel_workers", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
2759-
gettext_noop("Sets the maximum number of parallel workers than can be active at one time."),
2759+
gettext_noop("Sets the maximum number of parallel workers that can be active at one time."),
27602760
NULL
27612761
},
27622762
&max_parallel_workers,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.