Make event_source visible on all platforms

On non-windows platform, we just ignore any value set there.

Noted by Jaime Casanova
pull/1/head
Magnus Hagander 15 years ago
parent 9c4c8c8468
commit a87b9ae161
  1. 2
      src/backend/utils/misc/guc.c

@ -2820,7 +2820,6 @@ static struct config_string ConfigureNamesString[] =
NULL, assign_syslog_ident, NULL
},
#ifdef WIN32
{
{"event_source", PGC_POSTMASTER, LOGGING_WHERE,
gettext_noop("Sets the application name used to identify"
@ -2831,7 +2830,6 @@ static struct config_string ConfigureNamesString[] =
"PostgreSQL",
NULL, NULL, NULL
},
#endif
{
{"TimeZone", PGC_USERSET, CLIENT_CONN_LOCALE,

Loading…
Cancel
Save