PostgreSQL Source Code
git master
|
#include <pgoutput.h>
Data Fields | |
MemoryContext | context |
MemoryContext | cachectx |
bool | in_streaming |
uint32 | protocol_version |
List * | publication_names |
List * | publications |
bool | binary |
char | streaming |
bool | messages |
bool | two_phase |
bool | publish_no_origin |
Definition at line 18 of file pgoutput.h.
bool PGOutputData::binary |
Definition at line 31 of file pgoutput.h.
MemoryContext PGOutputData::cachectx |
Definition at line 22 of file pgoutput.h.
MemoryContext PGOutputData::context |
Definition at line 20 of file pgoutput.h.
bool PGOutputData::in_streaming |
Definition at line 24 of file pgoutput.h.
bool PGOutputData::messages |
Definition at line 33 of file pgoutput.h.
uint32 PGOutputData::protocol_version |
Definition at line 28 of file pgoutput.h.
List* PGOutputData::publication_names |
Definition at line 29 of file pgoutput.h.
List* PGOutputData::publications |
Definition at line 30 of file pgoutput.h.
bool PGOutputData::publish_no_origin |
Definition at line 35 of file pgoutput.h.
char PGOutputData::streaming |
Definition at line 32 of file pgoutput.h.
bool PGOutputData::two_phase |
Definition at line 34 of file pgoutput.h.