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 (<[EMAIL PROTECTED]>)
"There was no reply" (Kernel Traffic)
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly