mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -2842,7 +2842,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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue