Commit d8c83800 authored by Michael Paquier's avatar Michael Paquier

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
parent 1339fcc8
...@@ -962,7 +962,7 @@ static struct config_bool ConfigureNamesBool[] = ...@@ -962,7 +962,7 @@ static struct config_bool ConfigureNamesBool[] =
}, },
{ {
{"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD, {"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 NULL
}, },
&enable_parallel_hash, &enable_parallel_hash,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment