t_xmax
RU: t_xmax
A system column in every PostgreSQL heap tuple that holds the transaction ID of the transaction that deleted or superseded this tuple. A value of zero means the tuple has not been deleted. VACUUM can reclaim the tuple's space only after xmax's transaction has committed and that XID is older than the current xmin horizon.