mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
pg_subtrans --- what we need is the oldest xmin of any snapshot in use in the current top transaction. Introduce a new variable TransactionXmin to play this role. Fixes intermittent regression failure reported by Neil Conway.