projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dadd06
)
Fix typo
author
Alvaro Herrera
<
[email protected]
>
Wed, 7 Mar 2018 10:07:41 +0000
(07:07 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 7 Mar 2018 10:08:38 +0000
(07:08 -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 1db7845d5ab5decc302f93d84257fbe8b3e0e341..0c4cc9160d47d0b6555e16af726f47eb8dba747e 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-2756,7
+2756,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,