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:
parent
8400d31329
commit
2a15249956
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user