Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00a420d

Browse files
committed
Add description of ELOG_TIMESTAMPS and USE_SYSLOG options,
per Massimo Dal Zotto.
1 parentbce901a commit00a420d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎src/include/config.h.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,4 +456,18 @@ extern void srandom(int seed);
456456
*/
457457
#defineTBL_FREE_CMD_MEMORY
458458

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+
459473
#endif/* CONFIG_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp