From: Michael Paquier Date: Tue, 21 Aug 2018 03:13:16 +0000 (+0900) Subject: Fix typo in description of enable_parallel_hash X-Git-Tag: REL_12_BETA1~1693 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8c83800c3ed2f0d677eb6620a9e9dc7b81a678b;p=thirdparty%2Fpostgresql.git Fix typo in description of enable_parallel_hash Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20180821.115841.93250330.horiguchi.kyotaro@lab.ntt.co.jp --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 9989d3a3517..2a874dc78d4 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -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,