mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
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
This commit is contained in:
parent
9fc9933695
commit
87c596cda6
@ -954,7 +954,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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user