PostgreSQL Source Code: SysloggerStartupData Struct Reference (original) (raw)
Data Fields | |
---|---|
int | syslogFile |
int | csvlogFile |
int | jsonlogFile |
Detailed Description
Definition at line 153 of file syslogger.c.
Field Documentation
◆ csvlogFile
int SysloggerStartupData::csvlogFile
Definition at line 156 of file syslogger.c.
Referenced by SysLogger_Start(), and SysLoggerMain().
◆ jsonlogFile
int SysloggerStartupData::jsonlogFile
Definition at line 157 of file syslogger.c.
Referenced by SysLogger_Start(), and SysLoggerMain().
◆ syslogFile
int SysloggerStartupData::syslogFile
Definition at line 155 of file syslogger.c.
Referenced by SysLogger_Start(), and SysLoggerMain().
The documentation for this struct was generated from the following file:
- src/backend/postmaster/syslogger.c