PostgreSQL Source Code: LogicalRepTupleData Struct Reference (original) (raw)

#include <[logicalproto.h](logicalproto%5F8h%5Fsource.html)>

Data Fields
StringInfoData * colvalues
char * colstatus
int ncols

Detailed Description

Definition at line 84 of file logicalproto.h.

Field Documentation

colstatus

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().

colvalues

StringInfoData* LogicalRepTupleData::colvalues

Definition at line 87 of file logicalproto.h.

Referenced by logicalrep_read_tuple(), slot_modify_data(), and slot_store_data().

ncols

int LogicalRepTupleData::ncols

Definition at line 91 of file logicalproto.h.

Referenced by apply_handle_update(), and logicalrep_read_tuple().


The documentation for this struct was generated from the following file: