PostgreSQL Source Code: PipeProtoHeader Struct Reference (original) (raw)
#include <[syslogger.h](syslogger%5F8h%5Fsource.html)>
Data Fields | |
---|---|
char | nuls [2] |
uint16 | len |
int32 | pid |
bits8 | flags |
char | data [FLEXIBLE_ARRAY_MEMBER] |
Detailed Description
Definition at line 44 of file syslogger.h.
Field Documentation
◆ data
char PipeProtoHeader::data[FLEXIBLE_ARRAY_MEMBER]
Definition at line 50 of file syslogger.h.
Referenced by write_pipe_chunks().
◆ flags
bits8 PipeProtoHeader::flags
Definition at line 49 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
◆ len
uint16 PipeProtoHeader::len
Definition at line 47 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
◆ nuls
char PipeProtoHeader::nuls[2]
Definition at line 46 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
◆ pid
int32 PipeProtoHeader::pid
Definition at line 48 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
The documentation for this struct was generated from the following file:
- src/include/postmaster/syslogger.h