Re: Hot Standby dev build (v8)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Hot Standby dev build (v8)
Дата
Msg-id 49746B63.1050302@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Hot Standby dev build (v8)  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Hot Standby dev build (v8)  (Simon Riggs <simon@2ndQuadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standby dev build (v8)
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Fixes for compiler warnings