1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +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:
Michael Paquier 2018-08-21 12:13:16 +09:00
parent 9fc9933695
commit 87c596cda6

View File

@ -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,