]> granicus.if.org Git - postgresql/commitdiff
Add missing space in event_source GUC description.
authorRobert Haas <rhaas@postgresql.org>
Thu, 28 Jun 2012 12:15:08 +0000 (08:15 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 28 Jun 2012 12:15:50 +0000 (08:15 -0400)
This has apparently been wrong since event_source was added.

Alexander Lakhin

src/backend/utils/misc/guc.c

index 965d3252fd82b4f82f57c24fa25ea7bd213a483b..33b58defe84f2fe1192339882b71c0518ff4560b 100644 (file)
@@ -2843,7 +2843,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
                },