Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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:15:16 +0000 (12:15 +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 424932bcc9c5f4664df7f8a38dbcfb73e3fd5f61..2335e2a04e2dda87313eb435e4ab96bd81aa2f42 100644 (file)
@@ -954,7 +954,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,