Re: What is xmin ?
От
Alvaro Herrera
Тема
Re: What is xmin ?
Дата
Msg-id
20050118145925.GB13418@dcc.uchile.cl
Ответ на
Re: What is xmin ? (Karsten Hilbert)
Список
Дерево обсуждения
Re: What is xmin ? Christopher Browne <cbbrowne@acm.org>
Re: What is xmin ? Alvaro Herrera <alvherre@dcc.uchile.cl>
On Tue, Jan 18, 2005 at 02:43:09PM +0100, Karsten Hilbert wrote: > XMIN holds the id of the transaction which did the most recent > change to a row as is visible from within the current > transaction. Unless it wraps around (is that possible ?) older > transactions should have XMIN values lower than younger > transactions. Yes, it wraps around, that's why modulo arithmetic is used internally to handle it. Beyond that, it skips a few (3 or 4) special values just above zero. -- Alvaro Herrera () "There was no reply" (Kernel Traffic)
В списке pgsql-general по дате отправления