diff options
| author | Alvaro Herrera | 2018-03-07 10:07:41 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2018-03-07 10:08:38 +0000 |
| commit | f4a2842ac37f6fffe793ac7a30f8141bf42faae8 (patch) | |
| tree | 3efbf0c1f191af078c2c94d309acf521e3e0d2aa | |
| parent | 2dadd061b3a8d259ec352512dfaf340a85ffa827 (diff) | |
Fix typo
Author: Kyotaro HORIGUCHI
Discussion: https://postgr.es/m/20180307.163428.209919771.horiguchi.kyotaro@lab.ntt.co.jp
| -rw-r--r-- | src/backend/utils/misc/guc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 1db7845d5ab..0c4cc9160d4 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -2756,7 +2756,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, |
