|
PostgreSQL Source Code git master
|
| TransactionId RetainDeadTuplesData::candidate_xid |
Definition at line 435 of file worker.c.
Referenced by get_candidate_xid(), reset_retention_data_fields(), should_stop_conflict_info_retention(), and wait_for_local_flush().
| TimestampTz RetainDeadTuplesData::candidate_xid_time |
Definition at line 449 of file worker.c.
Referenced by get_candidate_xid(), should_stop_conflict_info_retention(), and wait_for_local_flush().
| TimestampTz RetainDeadTuplesData::flushpos_update_time |
Definition at line 437 of file worker.c.
Referenced by wait_for_local_flush().
| TimestampTz RetainDeadTuplesData::last_recv_time |
Definition at line 448 of file worker.c.
Referenced by get_candidate_xid(), LogicalRepApplyLoop(), should_stop_conflict_info_retention(), and wait_for_local_flush().
| RetainDeadTuplesPhase RetainDeadTuplesData::phase |
Definition at line 408 of file worker.c.
Referenced by get_candidate_xid(), LogicalRepApplyLoop(), process_rdt_phase_transition(), request_publisher_status(), reset_retention_data_fields(), should_stop_conflict_info_retention(), wait_for_local_flush(), and wait_for_publisher_status().
| XLogRecPtr RetainDeadTuplesData::remote_lsn |
Definition at line 409 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_local_flush().
| FullTransactionId RetainDeadTuplesData::remote_nextxid |
Definition at line 424 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_publisher_status().
| FullTransactionId RetainDeadTuplesData::remote_oldestxid |
Definition at line 417 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_publisher_status().
| FullTransactionId RetainDeadTuplesData::remote_wait_for |
Definition at line 433 of file worker.c.
Referenced by reset_retention_data_fields(), and wait_for_publisher_status().
| TimestampTz RetainDeadTuplesData::reply_time |
Definition at line 426 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_local_flush().
| long RetainDeadTuplesData::table_sync_wait_time |
Definition at line 441 of file worker.c.
Referenced by reset_retention_data_fields(), should_stop_conflict_info_retention(), and wait_for_local_flush().
| int RetainDeadTuplesData::xid_advance_interval |
Definition at line 450 of file worker.c.
Referenced by adjust_xid_advance_interval(), get_candidate_xid(), and LogicalRepApplyLoop().