Commit c5b3451a authored by Robert Haas's avatar Robert Haas

Add missing space in event_source GUC description.

This has apparently been wrong since event_source was added.

Alexander Lakhin
parent bde689f8
...@@ -2843,7 +2843,7 @@ static struct config_string ConfigureNamesString[] = ...@@ -2843,7 +2843,7 @@ static struct config_string ConfigureNamesString[] =
{ {
{"event_source", PGC_POSTMASTER, LOGGING_WHERE, {"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."), "PostgreSQL messages in the event log."),
NULL NULL
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment