diff options
Diffstat (limited to 'src/backend/utils/misc/guc.c')
-rw-r--r-- | src/backend/utils/misc/guc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index b53fdc2be37..a055231cfc0 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -442,8 +442,6 @@ int tcp_keepalives_count; * cases provide the value for SHOW to display. The real state is elsewhere * and is kept in sync by assign_hooks. */ -static char *log_destination_string; - static char *syslog_ident_str; static bool phony_autocommit; static bool session_auth_is_superuser; @@ -2833,7 +2831,7 @@ static struct config_string ConfigureNamesString[] = "depending on the platform."), GUC_LIST_INPUT }, - &log_destination_string, + &Log_destination_string, "stderr", check_log_destination, assign_log_destination, NULL }, |