PostgreSQL Source Code  git master
LogicalRepTupleData Struct Reference

#include <logicalproto.h>

Data Fields

StringInfoDatacolvalues
 
char * colstatus
 
int ncols
 

Detailed Description

Definition at line 84 of file logicalproto.h.

Field Documentation

◆ colstatus

char* LogicalRepTupleData::colstatus

◆ 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: