Hi,
```
=# commit;
=# SELECT xmin, xmax, cmin, cmax, * FROM t;
xmin | xmax | cmin | cmax | a | b
------+------+------+------+---+---
731 | 0 | 0 | 0 | 1 | 0
732 | 732 | 1 | 1 | 2 | 0
732 | 732 | 1 | 1 | 3 | 0
```
Oops, you got me :) This of course isn't right - the xmax transaction
is committed but we still see the data, etc.
If we really are going to work on this, this part is going to require more work.
--
Best regards,
Aleksander Alekseev