|
PostgreSQL Source Code git master
|
#include <pgoutput.h>
Data Fields | |
| MemoryContext | context |
| MemoryContext | cachectx |
| MemoryContext | pubctx |
| 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 32 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 25 of file pgoutput.h.
| bool PGOutputData::messages |
Definition at line 34 of file pgoutput.h.
| uint32 PGOutputData::protocol_version |
Definition at line 29 of file pgoutput.h.
| MemoryContext PGOutputData::pubctx |
Definition at line 23 of file pgoutput.h.
| List* PGOutputData::publication_names |
Definition at line 30 of file pgoutput.h.
| List* PGOutputData::publications |
Definition at line 31 of file pgoutput.h.
| bool PGOutputData::publish_no_origin |
Definition at line 36 of file pgoutput.h.
| char PGOutputData::streaming |
Definition at line 33 of file pgoutput.h.
| bool PGOutputData::two_phase |
Definition at line 35 of file pgoutput.h.