Author: Kyotaro HORIGUCHI
Discussion: https://postgr.es/m/20180307.163428.209919771.horiguchi.kyotaro@lab.ntt.co.jp
This commit is contained in:
Alvaro Herrera 2018-03-07 07:07:41 -03:00
parent 2dadd061b3
commit f4a2842ac3

View File

@ -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,