Re: Hot Standby dev build (v8) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Hot Standby dev build (v8)
Date
Msg-id 49746B63.1050302@enterprisedb.com
Whole thread Raw
In response to Re: Hot Standby dev build (v8)  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Hot Standby dev build (v8)  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Simon Riggs wrote:
> GetSnapshotData() sets
> RecentGlobalXmin to the result of the snapshot's xmin.

No. RecentGlobalXmin is set to the oldest *xmin* observed, across all 
running transactions. TransactionXmin is the xid of the oldest running 
transaction. IOW, RecentGlobalXmin is the xid of transaction that the 
oldest running transaction sees as running.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Hot Standby dev build (v8)
Next
From: Magnus Hagander
Date:
Subject: Re: Fixes for compiler warnings