Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc9933
)
Fix typo in description of enable_parallel_hash
author
Michael Paquier
<michael@paquier.xyz>
Tue, 21 Aug 2018 03:13:16 +0000
(12:13 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Tue, 21 Aug 2018 03:15:16 +0000
(12:15 +0900)
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/
20180821
.115841.
93250330
.horiguchi.kyotaro@lab.ntt.co.jp
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 424932bcc9c5f4664df7f8a38dbcfb73e3fd5f61..2335e2a04e2dda87313eb435e4ab96bd81aa2f42 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-954,7
+954,7
@@
static struct config_bool ConfigureNamesBool[] =
},
{
{"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD,
- gettext_noop("Enables the planner's use
r
of parallel hash plans."),
+ gettext_noop("Enables the planner's use of parallel hash plans."),
NULL
},
&enable_parallel_hash,