Commit a87b9ae1 authored by Magnus Hagander's avatar Magnus Hagander

Make event_source visible on all platforms

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

Noted by Jaime Casanova
parent 9c4c8c84
...@@ -2820,7 +2820,6 @@ static struct config_string ConfigureNamesString[] = ...@@ -2820,7 +2820,6 @@ static struct config_string ConfigureNamesString[] =
NULL, assign_syslog_ident, NULL NULL, assign_syslog_ident, NULL
}, },
#ifdef WIN32
{ {
{"event_source", PGC_POSTMASTER, LOGGING_WHERE, {"event_source", PGC_POSTMASTER, LOGGING_WHERE,
gettext_noop("Sets the application name used to identify" gettext_noop("Sets the application name used to identify"
...@@ -2831,7 +2830,6 @@ static struct config_string ConfigureNamesString[] = ...@@ -2831,7 +2830,6 @@ static struct config_string ConfigureNamesString[] =
"PostgreSQL", "PostgreSQL",
NULL, NULL, NULL NULL, NULL, NULL
}, },
#endif
{ {
{"TimeZone", PGC_USERSET, CLIENT_CONN_LOCALE, {"TimeZone", PGC_USERSET, CLIENT_CONN_LOCALE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment