mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08: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
1339fcc896
commit
d8c83800c3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user