Xmin calculations should consider only top transaction IDs, and

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

Commit: 057ea3471f2e66da5e9d2c017a5484b885c44adf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-15T17:03:36Z
Releases: 8.0.0
Xmin calculations should consider only top transaction IDs, and
therefore starting with GetCurrentTransactionId is wrong.  Fixes
miscomputation of RecentGlobalXmin leading to bizarre behavior
reported by Gavin Sherry.

Files

PathChange+/−
src/backend/storage/ipc/sinval.c modified +3 −3