aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 3ab45d0a73e..ce01ecd0a2f 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -456,4 +456,18 @@ extern void srandom(int seed);
*/
#define TBL_FREE_CMD_MEMORY
+/*
+ * ELOG_TIMESTAMPS: adds a timestamp with the following format to elog
+ * messages: yymmdd.hh:mm:ss.mmm [pid] message
+ */
+/* #define ELOG_TIMESTAMPS */
+
+/*
+ * USE_SYSLOG: use syslog for elog and error messages printed by tprintf
+ * and eprintf. This must be activated with the syslog flag in pg_options
+ * (syslog=0 for stdio, syslog=1 for stdio+syslog, syslog=2 for syslog).
+ * For information see backend/utils/misc/trace.c (Massimo Dal Zotto).
+ */
+/* #define USE_SYSLOG */
+
#endif /* CONFIG_H */