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

#include <[pg_subscription_rel.h](pg%5F%5Fsubscription%5F%5Frel%5F8h%5Fsource.html)>

Data Fields
char * seqname
char * nspname
Oid localrelid
XLogRecPtr page_lsn
int64 last_value
bool is_called
bool found_on_pub

Definition at line 89 of file pg_subscription_rel.h.

found_on_pub

bool LogicalRepSequenceInfo::found_on_pub

is_called

bool LogicalRepSequenceInfo::is_called

last_value

int64 LogicalRepSequenceInfo::last_value

localrelid

Oid LogicalRepSequenceInfo::localrelid

nspname

char* LogicalRepSequenceInfo::nspname

page_lsn

seqname

char* LogicalRepSequenceInfo::seqname


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