Postgres begins with the newest tuple version. Version v3 belongs to transaction 52, which started after this snapshot, so it is not visible.
- 01Reject v3 because xid 52 is too new.
- 02Follow the previous-version pointer to v2.
- 03Return v2 because xid 37 is visible.