Fix typo in description of enable_parallel_hash
authorMichael Paquier <michael@paquier.xyz>
Tue, 21 Aug 2018 03:13:16 +0000 (12:13 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 21 Aug 2018 03:13:16 +0000 (12:13 +0900)
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20180821.115841.93250330.horiguchi.kyotaro@lab.ntt.co.jp

src/backend/utils/misc/guc.c

index 9989d3a3517b1eab0a221bf3943390dd3eed7a89..2a874dc78d421613fb52e97e11edd604dd9324ab 100644 (file)
@@ -962,7 +962,7 @@ static struct config_bool ConfigureNamesBool[] =
        },
        {
                {"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD,
-                       gettext_noop("Enables the planner's user of parallel hash plans."),
+                       gettext_noop("Enables the planner's use of parallel hash plans."),
                        NULL
                },
                &enable_parallel_hash,