We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4c8c8 commit a87b9aeCopy full SHA for a87b9ae
src/backend/utils/misc/guc.c
@@ -2820,7 +2820,6 @@ static struct config_string ConfigureNamesString[] =
2820
NULL, assign_syslog_ident, NULL
2821
},
2822
2823
-#ifdef WIN32
2824
{
2825
{"event_source", PGC_POSTMASTER, LOGGING_WHERE,
2826
gettext_noop("Sets the application name used to identify"
@@ -2831,7 +2830,6 @@ static struct config_string ConfigureNamesString[] =
2831
2830
"PostgreSQL",
2832
NULL, NULL, NULL
2833
2834
-#endif
2835
2836
2837
{"TimeZone", PGC_USERSET, CLIENT_CONN_LOCALE,
0 commit comments