RecentXmin is too recent to use as the cutoff point for accessing

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 86fff990b2acdbbfaf4340636878313fe270c916
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-09-16T18:35:23Z
Releases: 8.0.0
RecentXmin is too recent to use as the cutoff point for accessing
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.

Files