mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 18:07:36 +08:00
Add syslog_split_messages parameter
Reviewed-by: Andreas Karlsson <andreas@proxel.se>
This commit is contained in:
@ -398,6 +398,7 @@ extern char *Log_line_prefix;
|
||||
extern int Log_destination;
|
||||
extern char *Log_destination_string;
|
||||
extern bool syslog_sequence_numbers;
|
||||
extern bool syslog_split_messages;
|
||||
|
||||
/* Log destination bitmap */
|
||||
#define LOG_DESTINATION_STDERR 1
|
||||
|
||||
Reference in New Issue
Block a user