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

Data Fields

RetainDeadTuplesPhase phase
 
XLogRecPtr remote_lsn
 
FullTransactionId remote_oldestxid
 
FullTransactionId remote_nextxid
 
TimestampTz reply_time
 
FullTransactionId remote_wait_for
 
TransactionId candidate_xid
 
TimestampTz flushpos_update_time
 
long table_sync_wait_time
 
TimestampTz last_recv_time
 
TimestampTz candidate_xid_time
 
int xid_advance_interval
 

Detailed Description

Definition at line 401 of file worker.c.

Field Documentation

◆ candidate_xid

TransactionId RetainDeadTuplesData::candidate_xid

Definition at line 430 of file worker.c.

◆ candidate_xid_time

TimestampTz RetainDeadTuplesData::candidate_xid_time

Definition at line 444 of file worker.c.

◆ flushpos_update_time

TimestampTz RetainDeadTuplesData::flushpos_update_time

Definition at line 432 of file worker.c.

◆ last_recv_time

TimestampTz RetainDeadTuplesData::last_recv_time

Definition at line 443 of file worker.c.

◆ phase

RetainDeadTuplesPhase RetainDeadTuplesData::phase

Definition at line 403 of file worker.c.

◆ remote_lsn

XLogRecPtr RetainDeadTuplesData::remote_lsn

Definition at line 404 of file worker.c.

◆ remote_nextxid

FullTransactionId RetainDeadTuplesData::remote_nextxid

Definition at line 419 of file worker.c.

◆ remote_oldestxid

FullTransactionId RetainDeadTuplesData::remote_oldestxid

Definition at line 412 of file worker.c.

◆ remote_wait_for

FullTransactionId RetainDeadTuplesData::remote_wait_for

Definition at line 428 of file worker.c.

◆ reply_time

TimestampTz RetainDeadTuplesData::reply_time

Definition at line 421 of file worker.c.

◆ table_sync_wait_time

long RetainDeadTuplesData::table_sync_wait_time

Definition at line 436 of file worker.c.

◆ xid_advance_interval

int RetainDeadTuplesData::xid_advance_interval

Definition at line 445 of file worker.c.


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