]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 7 Mar 2018 10:07:41 +0000 (07:07 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 7 Mar 2018 10:08:38 +0000 (07:08 -0300)
Author: Kyotaro HORIGUCHI
Discussion: https://postgr.es/m/20180307.163428.209919771.horiguchi.kyotaro@lab.ntt.co.jp

src/backend/utils/misc/guc.c

index 1db7845d5ab5decc302f93d84257fbe8b3e0e341..0c4cc9160d47d0b6555e16af726f47eb8dba747e 100644 (file)
@@ -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,