10000 Add missing space in event_source GUC description. · jcsston/postgres@2a15249 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a15249

Browse files
committed
Add missing space in event_source GUC description.
This has apparently been wrong since event_source was added. Alexander Lakhin
1 parent 8400d31 commit 2a15249

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@ static struct config_string ConfigureNamesString[] =
28422842

28432843
{
28442844
{"event_source", PGC_POSTMASTER, LOGGING_WHERE,
2845-
gettext_noop("Sets the application name used to identify"
2845+
gettext_noop("Sets the application name used to identify "
28462846
"PostgreSQL messages in the event log."),
28472847
NULL
28482848
},

0 commit comments

Comments
 (0)
0