projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee1dd1
)
Fix typo
author
Alvaro Herrera
Wed, 7 Mar 2018 10:07:41 +0000
(07:07 -0300)
committer
Alvaro Herrera
Wed, 7 Mar 2018 10:07:41 +0000
(07:07 -0300)
Author: Kyotaro HORIGUCHI
Discussion: https://postgr.es/m/
20180307
.163428.
209919771
[email protected]
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 20e15ea1abcfd1382b3764ea639ed95a2cc5b989..713200028b3a2e3e0d70d4c9085d6e4532864498 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-2715,7
+2715,7
@@
static struct config_int ConfigureNamesInt[] =
{
{"max_parallel_workers", PGC_USERSET, RESOURCES_ASYNCHRONOUS,
- gettext_noop("Sets the maximum number of parallel workers tha
n
can be active at one time."),
+ gettext_noop("Sets the maximum number of parallel workers tha
t
can be active at one time."),
NULL
},
&max_parallel_workers,