summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier2018-08-21 03:13:16 +0000
committerMichael Paquier2018-08-21 03:13:16 +0000
commitd8c83800c3ed2f0d677eb6620a9e9dc7b81a678b (patch)
treece18e6d5eba6ba58f37fba09b5dcf899d1e3a939 /src
parent1339fcc896173407d6930dffbc185fe08f1ae86b (diff)
Fix typo in description of enable_parallel_hash
Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/guc.c2
1 files changed, 1 insertions, 1 deletions
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,