Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 87c596c

Browse files
committed
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
1 parent 9fc9933 commit 87c596c

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ static struct config_bool ConfigureNamesBool[] =
954954
},
955955
{
956956
{"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD,
957-
gettext_noop("Enables the planner's user of parallel hash plans."),
957+
gettext_noop("Enables the planner's use of parallel hash plans."),
958958
NULL
959959
},
960960
&enable_parallel_hash,

0 commit comments

Comments
 (0)