File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.314 2006/03/07 02:54:23 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.315 2006/04/10 21:53:38 tgl Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -202,8 +202,10 @@ static char *log_error_verbosity_str;
202
202
static char * log_statement_str ;
203
203
static char * log_min_error_statement_str ;
204
204
static char * log_destination_string ;
205
+ #ifdef HAVE_SYSLOG
205
206
static char * syslog_facility_str ;
206
207
static char * syslog_ident_str ;
208
+ #endif
207
209
static bool phony_autocommit ;
208
210
static bool session_auth_is_superuser ;
209
211
static double phony_random_seed ;
You can’t perform that action at this time.
0 commit comments