projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde689f
)
Add missing space in event_source GUC description.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 28 Jun 2012 12:15:08 +0000
(08:15 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 28 Jun 2012 12:15:50 +0000
(08:15 -0400)
This has apparently been wrong since event_source was added.
Alexander Lakhin
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 965d3252fd82b4f82f57c24fa25ea7bd213a483b..33b58defe84f2fe1192339882b71c0518ff4560b 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-2843,7
+2843,7
@@
static struct config_string ConfigureNamesString[] =
{
{"event_source", PGC_POSTMASTER, LOGGING_WHERE,
- gettext_noop("Sets the application name used to identify"
+ gettext_noop("Sets the application name used to identify
"
"PostgreSQL messages in the event log."),
NULL
},