From 87c596cda6d7c79266cde44a1e9fc8ea1b8acefa Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 21 Aug 2018 12:13:16 +0900 Subject: [PATCH] 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 --- src/backend/utils/misc/guc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 424932bcc9..2335e2a04e 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -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,