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,