Fix typo
authorAlvaro Herrera
Wed, 7 Mar 2018 10:07:41 +0000 (07:07 -0300)
committerAlvaro Herrera
Wed, 7 Mar 2018 10:07:41 +0000 (07:07 -0300)
Author: Kyotaro HORIGUCHI
Discussion: https://postgr.es/m/20180307.163428.209919771[email protected]

src/backend/utils/misc/guc.c

index 20e15ea1abcfd1382b3764ea639ed95a2cc5b989..713200028b3a2e3e0d70d4c9085d6e4532864498 100644 (file)
@@ -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,