|
PostgreSQL Source Code git master
|
| TransactionId RetainDeadTuplesData::candidate_xid |
Definition at line 430 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 444 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 432 of file worker.c.
Referenced by wait_for_local_flush().
| TimestampTz RetainDeadTuplesData::last_recv_time |
Definition at line 443 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 403 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 404 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_local_flush().
| FullTransactionId RetainDeadTuplesData::remote_nextxid |
Definition at line 419 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_publisher_status().
| FullTransactionId RetainDeadTuplesData::remote_oldestxid |
Definition at line 412 of file worker.c.
Referenced by LogicalRepApplyLoop(), reset_retention_data_fields(), and wait_for_publisher_status().
| FullTransactionId RetainDeadTuplesData::remote_wait_for |
Definition at line 428 of file worker.c.
Referenced by reset_retention_data_fields(), and wait_for_publisher_status().
| TimestampTz RetainDeadTuplesData::reply_time |
Definition at line 421 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 436 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 445 of file worker.c.
Referenced by adjust_xid_advance_interval(), get_candidate_xid(), and LogicalRepApplyLoop().