Add missing space in event_source GUC description.
authorPeter Eisentraut
Mon, 2 Jul 2012 18:02:05 +0000 (21:02 +0300)
committerPeter Eisentraut
Mon, 2 Jul 2012 18:02:05 +0000 (21:02 +0300)
This has apparently been wrong since event_source was added.

Alexander Lakhin

src/backend/utils/misc/guc.c

index b756e58a3690eb05ab12b0ca2e1c12c0b2d743d8..a593e0a52ebb6500fdeb13beec525ed7cb19669b 100644 (file)
@@ -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
        },