mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo
Author: Kyotaro HORIGUCHI Discussion: https://postgr.es/m/20180307.163428.209919771.horiguchi.kyotaro@lab.ntt.co.jp
This commit is contained in:
parent
cee1dd1eed
commit
415053d54a
1 changed files with 1 additions and 1 deletions
|
|
@ -2715,7 +2715,7 @@ static struct config_int ConfigureNamesInt[] =
|
|||
|
||||
{
|
||||
{"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
|
||||
},
|
||||
&max_parallel_workers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue