diff options
| author | Peter Eisentraut | 2012-07-02 18:02:05 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-07-02 18:02:05 +0000 |
| commit | 2a15249956b741afafb9f7b581a752bd236db40c (patch) | |
| tree | 58f74810097eee5650399f16bcaca0537e1933d1 | |
| parent | 8400d313290d293c02eb1bc4eb4422de3077aa34 (diff) | |
Add missing space in event_source GUC description.
This has apparently been wrong since event_source was added.
Alexander Lakhin
| -rw-r--r-- | src/backend/utils/misc/guc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index b756e58a369..a593e0a52eb 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -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 }, |
