projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8400d31
)
Add missing space in event_source GUC description.
author
Peter Eisentraut
Mon, 2 Jul 2012 18:02:05 +0000
(21:02 +0300)
committer
Peter Eisentraut
Mon, 2 Jul 2012 18:02:05 +0000
(21:02 +0300)
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 b756e58a3690eb05ab12b0ca2e1c12c0b2d743d8..a593e0a52ebb6500fdeb13beec525ed7cb19669b 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-2842,7
+2842,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
},