mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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:
@ -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[] =
|
|||||||
"PostgreSQL",
|
"PostgreSQL",
|
||||||
NULL, NULL, NULL
|
NULL, NULL, NULL
|
||||||
},
|
},
|
||||||
#endif
|
|
||||||
|
|
||||||
{
|
{
|
||||||
{"TimeZone", PGC_USERSET, CLIENT_CONN_LOCALE,
|
{"TimeZone", PGC_USERSET, CLIENT_CONN_LOCALE,
|
||||||
|
Reference in New Issue
Block a user