PostgreSQL Source Code
git master
|
#include <logicalproto.h>
Data Fields | |
StringInfoData * | colvalues |
char * | colstatus |
int | ncols |
Definition at line 84 of file logicalproto.h.
char* LogicalRepTupleData::colstatus |
Definition at line 89 of file logicalproto.h.
Referenced by apply_handle_update(), logicalrep_read_tuple(), slot_modify_data(), and slot_store_data().
StringInfoData* LogicalRepTupleData::colvalues |
Definition at line 87 of file logicalproto.h.
Referenced by logicalrep_read_tuple(), slot_modify_data(), and slot_store_data().
int LogicalRepTupleData::ncols |
Definition at line 91 of file logicalproto.h.
Referenced by apply_handle_update(), and logicalrep_read_tuple().