We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc9933 commit 87c596cCopy full SHA for 87c596c
src/backend/utils/misc/guc.c
@@ -954,7 +954,7 @@ static struct config_bool ConfigureNamesBool[] =
954
},
955
{
956
{"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD,
957
- gettext_noop("Enables the planner's user of parallel hash plans."),
+ gettext_noop("Enables the planner's use of parallel hash plans."),
958
NULL
959
960
&enable_parallel_hash,
0 commit comments