PostgreSQL Source Code  git master
LogicalRepRelMapEntry Struct Reference

#include <logicalrelation.h>

Data Fields

LogicalRepRelation remoterel
 
bool localrelvalid
 
Oid localreloid
 
Relation localrel
 
AttrMapattrmap
 
bool updatable
 
Oid localindexoid
 
char state
 
XLogRecPtr statelsn
 

Detailed Description

Definition at line 19 of file logicalrelation.h.

Field Documentation

◆ attrmap

◆ localindexoid

Oid LogicalRepRelMapEntry::localindexoid

◆ localrel

◆ localreloid

◆ localrelvalid

bool LogicalRepRelMapEntry::localrelvalid

◆ remoterel

◆ state

char LogicalRepRelMapEntry::state

Definition at line 38 of file logicalrelation.h.

Referenced by logicalrep_rel_open(), and should_apply_changes_for_rel().

◆ statelsn

XLogRecPtr LogicalRepRelMapEntry::statelsn

Definition at line 39 of file logicalrelation.h.

Referenced by logicalrep_rel_open(), and should_apply_changes_for_rel().

◆ updatable

bool LogicalRepRelMapEntry::updatable

Definition at line 34 of file logicalrelation.h.

Referenced by check_relation_updatable(), and logicalrep_rel_mark_updatable().


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