We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dadd06 commit f4a2842Copy full SHA for f4a2842
src/backend/utils/misc/guc.c
@@ -2756,7 +2756,7 @@ static struct config_int ConfigureNamesInt[] =
2756
2757
{
2758
{"max_parallel_workers", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
2759
- gettext_noop("Sets the maximum number of parallel workers than can be active at one time."),
+ gettext_noop("Sets the maximum number of parallel workers that can be active at one time."),
2760
NULL
2761
},
2762
&max_parallel_workers,
0 commit comments