Add missing space in event_source GUC description.

This has apparently been wrong since event_source was added.

Alexander Lakhin
This commit is contained in:
Robert Haas 2012-06-28 08:15:08 -04:00
parent bde689f809
commit c5b3451a8e
1 changed files with 1 additions and 1 deletions

View File

@ -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
},