1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

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:
Peter Eisentraut 2012-07-02 21:02:05 +03:00
parent 8400d31329
commit 2a15249956

View File

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