We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentec0be60 commitf1e0d5aCopy full SHA for f1e0d5a
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.442 2008/04/0309:21:15 mha Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.443 2008/04/0313:25:02 mha Exp $
14
15
*--------------------------------------------------------------------
16
*/
@@ -229,6 +229,7 @@ static const struct config_enum_entry session_replication_role_options[] = {
229
{NULL,0}
230
};
231
232
+#ifdefHAVE_SYSLOG
233
staticconststructconfig_enum_entrysyslog_facility_options[]= {
234
{"local0",LOG_LOCAL0},
235
{"local1",LOG_LOCAL1},
@@ -240,6 +241,7 @@ static const struct config_enum_entry syslog_facility_options[] = {
240
241
{"local7",LOG_LOCAL7},
242
243
244
+#endif
245
246
247
/*