Make event_source visible on all platforms

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

Noted by Jaime Casanova
This commit is contained in:
Magnus Hagander 2011-10-25 22:40:58 +02:00
parent 9c4c8c8468
commit a87b9ae161

View File

@ -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,