aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-06-28 08:15:08 -0400
committerRobert Haas <rhaas@postgresql.org>2012-06-28 08:15:50 -0400
commitc5b3451a8e72cb7825933d4f4827f467cb38b498 (patch)
tree6e670cc25a37f068ea35221c53e4833f99db1047
parentbde689f809027422d4c0baaa3e63b69ce5762e2c (diff)
downloadpostgresql-c5b3451a8e72cb7825933d4f4827f467cb38b498.tar.gz
postgresql-c5b3451a8e72cb7825933d4f4827f467cb38b498.zip
Add missing space in event_source GUC description.
This has apparently been wrong since event_source was added. Alexander Lakhin
-rw-r--r--src/backend/utils/misc/guc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 965d3252fd8..33b58defe84 100644
--- 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
},