PostgreSQL Source Code git master
Loading...
Searching...
No Matches
LogicalRepTupleData Struct Reference

#include <logicalproto.h>

Data Fields

StringInfoDatacolvalues
 
charcolstatus
 
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 logicalrep_read_tuple().

◆ colvalues

StringInfoData* LogicalRepTupleData::colvalues

Definition at line 87 of file logicalproto.h.

Referenced by logicalrep_read_tuple().

◆ ncols

int LogicalRepTupleData::ncols

Definition at line 91 of file logicalproto.h.

Referenced by logicalrep_read_tuple().


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