Commit f4a2842a authored by Alvaro Herrera's avatar Alvaro Herrera
parent 2dadd061
...@@ -2756,7 +2756,7 @@ static struct config_int ConfigureNamesInt[] = ...@@ -2756,7 +2756,7 @@ static struct config_int ConfigureNamesInt[] =
{ {
{"max_parallel_workers", PGC_USERSET, RESOURCES_ASYNCHRONOUS, {"max_parallel_workers", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
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."),
NULL NULL
}, },
&max_parallel_workers, &max_parallel_workers,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment