mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +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:
@ -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
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user