We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce901a commit 00a420dCopy full SHA for 00a420d
src/include/config.h.in
@@ -456,4 +456,18 @@ extern void srandom(int seed);
456
*/
457
#define TBL_FREE_CMD_MEMORY
458
459
+/*
460
+ * ELOG_TIMESTAMPS: adds a timestamp with the following format to elog
461
+ * messages: yymmdd.hh:mm:ss.mmm [pid] message
462
+ */
463
+/* #define ELOG_TIMESTAMPS */
464
+
465
466
+ * USE_SYSLOG: use syslog for elog and error messages printed by tprintf
467
+ * and eprintf. This must be activated with the syslog flag in pg_options
468
+ * (syslog=0 for stdio, syslog=1 for stdio+syslog, syslog=2 for syslog).
469
+ * For information see backend/utils/misc/trace.c (Massimo Dal Zotto).
470
471
+/* #define USE_SYSLOG */
472
473
#endif /* CONFIG_H */
0 commit comments